summaryrefslogtreecommitdiff
path: root/sys/kern/uipc_mbuf.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-11-29 12:39:51 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-11-29 12:39:51 +0000
commitdd6ae57e92d7c64edd63b836223abe9422ff0d63 (patch)
tree781fdd17496d2532848c9cf67dd49bb31ad60c82 /sys/kern/uipc_mbuf.c
parent567a03881779688d34d57c2d20be81bebf982df1 (diff)
We don't use mb_map anymore since a long time already. Remove it.
Diffstat (limited to 'sys/kern/uipc_mbuf.c')
-rw-r--r--sys/kern/uipc_mbuf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c
index ba42a460a3c..4320cf39cc3 100644
--- a/sys/kern/uipc_mbuf.c
+++ b/sys/kern/uipc_mbuf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uipc_mbuf.c,v 1.77 2006/10/11 22:39:46 mpf Exp $ */
+/* $OpenBSD: uipc_mbuf.c,v 1.78 2006/11/29 12:39:48 miod Exp $ */
/* $NetBSD: uipc_mbuf.c,v 1.15.4.1 1996/06/13 17:11:44 cgd Exp $ */
/*
@@ -92,8 +92,6 @@ struct mbstat mbstat; /* mbuf stats */
struct pool mbpool; /* mbuf pool */
struct pool mclpool; /* mbuf cluster pool */
-struct vm_map *mb_map;
-
int max_linkhdr; /* largest link-level header */
int max_protohdr; /* largest protocol header */
int max_hdr; /* largest link+protocol header */