From 645e7b2ab6676a2a3a05a59a053929d3b7732b4d Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 11 Oct 1997 18:31:40 +0000 Subject: Distribute and statizice a lot of the malloc M_* types. Substantial input from: bde --- sys/kern/inflate.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/kern/inflate.c') diff --git a/sys/kern/inflate.c b/sys/kern/inflate.c index e462198..5c765e4 100644 --- a/sys/kern/inflate.c +++ b/sys/kern/inflate.c @@ -7,7 +7,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: inflate.c,v 1.8 1997/02/22 09:38:58 peter Exp $ + * $Id: inflate.c,v 1.9 1997/08/02 14:31:25 bde Exp $ * * */ @@ -19,6 +19,8 @@ #endif #include +MALLOC_DEFINE(M_GZIP, "Gzip trees", "Gzip trees"); + /* needed to make inflate() work */ #define uch u_char #define ush u_short -- cgit v1.1