diff options
Diffstat (limited to 'sys/kern/subr_rlist.c')
-rw-r--r-- | sys/kern/subr_rlist.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/subr_rlist.c b/sys/kern/subr_rlist.c index b0cc05f..814239e 100644 --- a/sys/kern/subr_rlist.c +++ b/sys/kern/subr_rlist.c @@ -54,7 +54,7 @@ * functioning of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: subr_rlist.c,v 1.10 1995/05/30 08:05:54 rgrimes Exp $ + * $Id: subr_rlist.c,v 1.11 1995/10/21 08:38:13 davidg Exp $ */ #include <sys/param.h> @@ -74,6 +74,8 @@ static int rlist_count=0, rlist_desired=0; static struct rlist *rlfree; int rlist_active; +static struct rlist *rlist_malloc __P((void)); + static struct rlist * rlist_malloc() { |