diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-12-14 08:32:45 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-12-14 08:32:45 +0000 |
| commit | 87b6de2b76c97cb6262434dcacebf53d0c457cef (patch) | |
| tree | 17b584943b186d479fdf3906ec2bef1ea2ca47bf /sys/kern/subr_rlist.c | |
| parent | e531deaeb2d13c64871020a16b02e573c5dbd5c6 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_rlist.c')
| -rw-r--r-- | sys/kern/subr_rlist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_rlist.c b/sys/kern/subr_rlist.c index 2b593cb96778..f73af58348db 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.13 1995/12/07 12:46:53 davidg Exp $ + * $Id: subr_rlist.c,v 1.14 1995/12/11 04:56:02 dyson Exp $ */ #include <sys/param.h> @@ -74,7 +74,7 @@ #define RLIST_MIN 128 static int rlist_count=0, rlist_desired=0; static struct rlist *rlfree; -int rlist_active; +static int rlist_active; static struct rlist *rlist_malloc __P((void)); |
