Drat, missed this prototype for random_select().

This commit is contained in:
Peter Wemm 1996-09-27 13:29:41 +00:00
parent 983febf3dc
commit ad3bbe7a2d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18512
2 changed files with 4 additions and 2 deletions

View File

@ -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 */

View File

@ -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 */