add #ifdef KMEMSTATS around variable otherwise unused; now compiles with KMEMSTATS turned off.

This commit is contained in:
tls 1997-01-30 06:50:46 +00:00
parent 17aa7541b7
commit e9a5b29d40

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_malloc.c,v 1.22 1996/10/13 02:32:32 christos Exp $ */
/* $NetBSD: kern_malloc.c,v 1.23 1997/01/30 06:50:46 tls Exp $ */
/*
* Copyright 1996 Christopher G. Demetriou. All rights reserved.
@ -460,7 +460,9 @@ realloc(curaddr, newsize, type, flags)
void
kmeminit()
{
#ifdef KMEMSTATS
register long indx;
#endif
int npg;
#if ((MAXALLOCSAVE & (MAXALLOCSAVE - 1)) != 0)