Subject: CVS commit: src/sbin/newfs
To: None <source-changes@NetBSD.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 09/04/2003 15:30:38
Module Name:	src
Committed By:	itojun
Date:		Thu Sep  4 15:30:38 UTC 2003

Modified Files:
	src/sbin/newfs: mkfs.c

Log Message:
use arc4random(3).  it is at least better than random(3)
XXX masked topmost bit so that values don't go negative, is it the right thing
to do?


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 src/sbin/newfs/mkfs.c

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