Subject: CVS commit: src/regress/lib/libc/randomid
To: None <source-changes@NetBSD.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 11/25/2003 23:14:48
Module Name:	src
Committed By:	itojun
Date:		Tue Nov 25 23:14:48 UTC 2003

Modified Files:
	src/regress/lib/libc/randomid: idtest.c

Log Message:
uint64_t may not be "unsigned long long", so use of ULLONG_MAX is not
appropriate.
adjust max period (see randomid.3 1.2 -> 1.3)


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/regress/lib/libc/randomid/idtest.c

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