diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-09-11 19:31:28 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-09-11 19:31:28 +0000 |
| commit | ecbcd538a4a545a38e211cd1a1a48d70c7aa3c7a (patch) | |
| tree | 3ce9cbc12038dcc2155ee13bc626746cd35d2a2a /sys/dev/randomdev/yarrow.c | |
| parent | 6612c70eb1bc4f7a38cc61f0bdc4472d5e65126a (diff) | |
Notes
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 46c1a2cff30a..df34f659e8e4 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; |
