Add another bit of const poisoning.

This commit is contained in:
mycroft 1997-10-09 13:05:59 +00:00
parent 8579e3480d
commit 57f5a4a68d

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_malloc.c,v 1.25 1997/10/09 13:02:18 mycroft Exp $ */
/* $NetBSD: kern_malloc.c,v 1.26 1997/10/09 13:05:59 mycroft Exp $ */
/*
* Copyright 1996 Christopher G. Demetriou. All rights reserved.
@ -109,7 +109,7 @@ malloc(size, type, flags)
#ifdef DIAGNOSTIC
int32_t *end, *lp;
int copysize;
char *savedtype;
const char *savedtype;
#endif
#ifdef KMEMSTATS
register struct kmemstats *ksp = &kmemstats[type];