Subject: CVS commit: src/usr.sbin/makefs
To: None <source-changes@NetBSD.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 09/07/2003 14:24:09
Module Name:	src
Committed By:	fvdl
Date:		Sun Sep  7 14:24:09 UTC 2003

Modified Files:
	src/usr.sbin/makefs: ffs.c
	src/usr.sbin/makefs/ffs: mkfs.c

Log Message:
Revert arc4random usage. makefs is only used for install images,
filehandle randomization is not an issue there, and using arc4random
broke building makefs as a host tool.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/usr.sbin/makefs/ffs.c
cvs rdiff -r1.17 -r1.18 src/usr.sbin/makefs/ffs/mkfs.c

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