diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2010-07-14 10:31:55 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2010-07-14 10:31:55 +0000 |
commit | 4c678fe1f0e0aeb1fb865ed7c87d9ba9428eeac2 (patch) | |
tree | b74711236e275e839e7147376e031f9d230273b9 /sys/kern/uipc_mbuf.c | |
parent | 3758398433809b87c7ce0c7759b97084f4915e67 (diff) |
Eliminate some unused malloc(9) type defines. Also get rid of the
mysterious and unused mbtypes[] array in mbuf.h.
ok tedu@, deraadt@
Diffstat (limited to 'sys/kern/uipc_mbuf.c')
-rw-r--r-- | sys/kern/uipc_mbuf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c index 0d0d9820792..1b6400ce022 100644 --- a/sys/kern/uipc_mbuf.c +++ b/sys/kern/uipc_mbuf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uipc_mbuf.c,v 1.141 2010/07/03 03:33:16 tedu Exp $ */ +/* $OpenBSD: uipc_mbuf.c,v 1.142 2010/07/14 10:31:54 matthew Exp $ */ /* $NetBSD: uipc_mbuf.c,v 1.15.4.1 1996/06/13 17:11:44 cgd Exp $ */ /* @@ -76,7 +76,6 @@ #include <sys/systm.h> #include <sys/proc.h> #include <sys/malloc.h> -#define MBTYPES #include <sys/mbuf.h> #include <sys/kernel.h> #include <sys/syslog.h> |