From ad3bbe7a2db4df510acdc0384cbe1f7d1f72cb2a Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 27 Sep 1996 13:29:41 +0000 Subject: [PATCH] Drat, missed this prototype for random_select(). --- sys/i386/include/random.h | 3 ++- sys/sys/random.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/i386/include/random.h b/sys/i386/include/random.h index c328d1b6012..05768c2fdf8 100644 --- a/sys/i386/include/random.h +++ b/sys/i386/include/random.h @@ -1,7 +1,7 @@ /* * random.h -- A strong random number generator * - * $Id: random.h,v 1.7 1996/09/03 10:22:30 asami Exp $ + * $Id: random.h,v 1.8 1996/09/21 14:58:20 bde Exp $ * * Version 0.95, last modified 18-Oct-95 * @@ -83,6 +83,7 @@ u_int read_random_unlimited(char *buf, u_int size); #ifdef notused u_int write_random(const char *buf, u_int nbytes); #endif +int random_select(dev_t dev, int rw, struct proc *p); #endif /* KERNEL */ diff --git a/sys/sys/random.h b/sys/sys/random.h index c328d1b6012..05768c2fdf8 100644 --- a/sys/sys/random.h +++ b/sys/sys/random.h @@ -1,7 +1,7 @@ /* * random.h -- A strong random number generator * - * $Id: random.h,v 1.7 1996/09/03 10:22:30 asami Exp $ + * $Id: random.h,v 1.8 1996/09/21 14:58:20 bde Exp $ * * Version 0.95, last modified 18-Oct-95 * @@ -83,6 +83,7 @@ u_int read_random_unlimited(char *buf, u_int size); #ifdef notused u_int write_random(const char *buf, u_int nbytes); #endif +int random_select(dev_t dev, int rw, struct proc *p); #endif /* KERNEL */