diff options
Diffstat (limited to 'sys/dev/randomdev/yarrow.c')
-rw-r--r-- | sys/dev/randomdev/yarrow.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/randomdev/yarrow.c b/sys/dev/randomdev/yarrow.c index 46c1a2c..df34f65 100644 --- a/sys/dev/randomdev/yarrow.c +++ b/sys/dev/randomdev/yarrow.c @@ -58,8 +58,6 @@ static void reseed(int); static void random_harvest_internal(struct timespec *, void *, u_int, u_int, u_int, enum esource); static void random_kthread(void *); -void random_set_wakeup(int *, int); -void random_set_wakeup_exit(int *, int, int); /* Structure holding the entropy state */ struct random_state random_state; |