diff options
Diffstat (limited to 'sys/dev/random/yarrow.h')
-rw-r--r-- | sys/dev/random/yarrow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/random/yarrow.h b/sys/dev/random/yarrow.h index 7c603c7..2fc7be2 100644 --- a/sys/dev/random/yarrow.h +++ b/sys/dev/random/yarrow.h @@ -57,5 +57,3 @@ struct random_state { } pool[2]; /* pool[0] is fast, pool[1] is slow */ u_int which; /* toggle - sets the current insertion pool */ }; - -extern struct random_state random_state; |