Subject: CVS commit: basesrc/lib/libc/stdlib
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/08/2002 04:11:40
Module Name:	basesrc
Committed By:	thorpej
Date:		Tue Jan  8 02:11:40 UTC 2002

Modified Files:
	basesrc/lib/libc/stdlib: random.c

Log Message:
Make this actually work on LP64 platforms.  It has been broken
since some "cleanups" in the master (UCB?) version of this file
were made in 1994 (which assumed the size of long is 4 bytes).

This fixes krb5-enabled logins on the Alpha.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 basesrc/lib/libc/stdlib/random.c

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