Subject: CVS commit: src/usr.sbin/makefs
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/31/2004 22:24:51
Module Name:	src
Committed By:	lukem
Date:		Mon May 31 22:24:51 UTC 2004

Modified Files:
	src/usr.sbin/makefs: walk.c

Log Message:
Use uint64_t instead of uint32_t to store a host inode when checking
for duplicate inodes, as Cygwin's stat(2) has a 64 bit st_ino.
Fix from Ian Lance Taylor in private email.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/usr.sbin/makefs/walk.c

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