Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 09/05/2003 21:58:38
Module Name:	src
Committed By:	itojun
Date:		Fri Sep  5 21:58:37 UTC 2003

Modified Files:
	src/sys/ufs/ffs: ffs_alloc.c

Log Message:
use arc4random instead of random (mask with INT32_MAX to avoid getting
negative numbers unexpectedly).


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 src/sys/ufs/ffs/ffs_alloc.c

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