Correct a comment. This represents a very minor policy change of my

intentions with this code.
This commit is contained in:
Mark Murray 2000-11-25 17:58:11 +00:00
parent e73a42f8fb
commit 24242537f8

View file

@ -52,8 +52,6 @@ void write_random(void *, u_int);
/* This is the beastie that needs protecting. It contains all of the
* state that we are excited about.
* This is a biiig structure. It may move over to a malloc(9)ed
* replacement.
*/
struct random_state {
u_int64_t counter; /* C */