diff options
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r-- | sys/kern/vfs_subr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 2306ad0..2969c8a 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95 - * $Id: vfs_subr.c,v 1.107 1997/09/26 08:08:58 phk Exp $ + * $Id: vfs_subr.c,v 1.108 1997/10/11 07:34:27 phk Exp $ */ /* @@ -68,6 +68,8 @@ #include <miscfs/specfs/specdev.h> +MALLOC_DEFINE(M_NETADDR, "Export Host", "Export host address structure"); + #ifdef DDB extern void printlockedvnodes __P((void)); #endif |