Subject: CVS commit: src/lib/libc/stdlib
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/22/2006 20:52:16
Module Name:	src
Committed By:	drochner
Date:		Wed Mar 22 20:52:16 UTC 2006

Modified Files:
	src/lib/libc/stdlib: erand48.c rand48.h

Log Message:
<math.h> is just needed for the ldexp() call in erand48() -
remove unnecessary dependency


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/lib/libc/stdlib/erand48.c
cvs rdiff -r1.4 -r1.5 src/lib/libc/stdlib/rand48.h

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