Subject: CVS commit: src/sys/rump/librump/rumpuser
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/08/2007 10:57:19
Module Name:	src
Committed By:	pooka
Date:		Thu Nov  8 10:57:19 UTC 2007

Modified Files:
	src/sys/rump/librump/rumpuser: rumpuser_pth.c

Log Message:
Cast void * to intptr_t before casting to int and vice versa.
Fixes 64bit compilation warnings.  reported by moof & wiz


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/rump/librump/rumpuser/rumpuser_pth.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.