Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 10/31/2000 15:27:57
Module Name: basesrc
Committed By: mrg
Date: Tue Oct 31 13:27:57 UTC 2000
Modified Files:
basesrc/games/fortune/fortune: fortune.c
Log Message:
fix a bug in the call to srandom(): xor time() with getpid(), don't add them!
now fortune(6) run in an unending loop does not appear to show the same
fortunes over and over and over.
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 basesrc/games/fortune/fortune/fortune.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.