summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/yarrow.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/random/yarrow.c')
-rw-r--r--sys/dev/random/yarrow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c
index df34f65..76ae515 100644
--- a/sys/dev/random/yarrow.c
+++ b/sys/dev/random/yarrow.c
@@ -369,7 +369,7 @@ reseed(int fastslow)
}
u_int
-read_random(struct proc *proc, void *buf, u_int count)
+read_random(void *buf, u_int count)
{
static u_int64_t genval;
static int cur = 0;
OpenPOWER on IntegriCloud