From 36e7a51ea1dedf0fc860ff3106aee1db1ab3b1f5 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 12 Oct 1997 20:26:33 +0000 Subject: Last major round (Unless Bruce thinks of somthing :-) of malloc changes. Distribute all but the most fundamental malloc types. This time I also remembered the trick to making things static: Put "static" in front of them. A couple of finer points by: bde --- sys/netkey/key.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netkey') diff --git a/sys/netkey/key.c b/sys/netkey/key.c index 16d8cfd..b54a573 100644 --- a/sys/netkey/key.c +++ b/sys/netkey/key.c @@ -101,7 +101,7 @@ Research Laboratory (NRL). #include #include -MALLOC_DEFINE(M_SECA, "key mgmt", "security associations, key management"); +static MALLOC_DEFINE(M_SECA, "key mgmt", "security associations, key management"); #define SOCKADDR struct sockaddr -- cgit v1.1