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/nfs/nfs_syscalls.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/nfs/nfs_syscalls.c') diff --git a/sys/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c index ad93ce6..8e3955e 100644 --- a/sys/nfs/nfs_syscalls.c +++ b/sys/nfs/nfs_syscalls.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_syscalls.c 8.5 (Berkeley) 3/30/95 - * $Id: nfs_syscalls.c,v 1.26 1997/07/16 09:06:29 dfr Exp $ + * $Id: nfs_syscalls.c,v 1.27 1997/08/16 19:16:00 wollman Exp $ */ #include @@ -75,6 +75,8 @@ #include #include +MALLOC_DEFINE(M_NFSSVC, "NFS srvsock", "Nfs server structure"); + /* Global defs. */ extern int (*nfsrv3_procs[NFS_NPROCS]) __P((struct nfsrv_descript *nd, struct nfssvc_sock *slp, -- cgit v1.1