From c3f2ee9700d0fed2b3e547667a6c907d938f10ed Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 8 Dec 2000 20:09:00 +0000 Subject: Staticize some malloc M_ instances. --- sys/dev/snp/snp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/snp') diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 648a6a5..9950513 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -61,7 +61,7 @@ static struct cdevsw snp_cdevsw = { #define MIN(a,b) (((a)<(b))?(a):(b)) #endif -MALLOC_DEFINE(M_SNP, "snp", "Snoop device data"); +static MALLOC_DEFINE(M_SNP, "snp", "Snoop device data"); static struct tty *snpdevtotty __P((dev_t dev)); static int snp_detach __P((struct snoop *snp)); -- cgit v1.1