diff options
Diffstat (limited to 'sys/vm/vm_zone.c')
-rw-r--r-- | sys/vm/vm_zone.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_zone.c b/sys/vm/vm_zone.c index 1c5b67302d640..94eacc242fe16 100644 --- a/sys/vm/vm_zone.c +++ b/sys/vm/vm_zone.c @@ -18,7 +18,7 @@ * 5. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: vm_zone.c,v 1.8 1997/09/21 11:41:12 peter Exp $ + * $Id: vm_zone.c,v 1.9 1997/10/11 18:31:40 phk Exp $ */ #include <sys/param.h> @@ -35,7 +35,7 @@ #include <vm/vm_extern.h> #include <vm/vm_zone.h> -MALLOC_DEFINE(M_ZONE, "ZONE", "Zone header"); +static MALLOC_DEFINE(M_ZONE, "ZONE", "Zone header"); /* * This file comprises a very simple zone allocator. This is used |