Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 07/31/2003 15:13:07
Module Name:	src
Committed By:	yamt
Date:		Thu Jul 31 15:13:06 UTC 2003

Modified Files:
	src/sys/kern: vfs_cache.c

Log Message:
when casting a pointer to an integer,
cast it to uintptr_t so that 64-bit archs will be happy.

pointed by Juergen Hannken-Illjes.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/kern/vfs_cache.c

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