summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-02-23 01:12:55 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-02-23 01:12:55 +0000
commit7394ac8821df07c7c1bf41414b56db2d69fe1eb3 (patch)
tree94862b37e0658d6c71e3b988a7bf927328d6aa62 /usr.bin/netstat
parent7ff9693c4d0b22dc2ce041a00a5eb22bf50012ad (diff)
No more POOL_EXPOSE.
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/mbuf.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c
index 55f796bd3bc..335d4035d3c 100644
--- a/usr.bin/netstat/mbuf.c
+++ b/usr.bin/netstat/mbuf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mbuf.c,v 1.11 2002/01/17 21:34:58 mickey Exp $ */
+/* $OpenBSD: mbuf.c,v 1.12 2002/02/23 01:12:54 art Exp $ */
/* $NetBSD: mbuf.c,v 1.9 1996/05/07 02:55:03 thorpej Exp $ */
/*
@@ -38,12 +38,10 @@
#if 0
static char sccsid[] = "from: @(#)mbuf.c 8.1 (Berkeley) 6/6/93";
#else
-static char *rcsid = "$OpenBSD: mbuf.c,v 1.11 2002/01/17 21:34:58 mickey Exp $";
+static char *rcsid = "$OpenBSD: mbuf.c,v 1.12 2002/02/23 01:12:54 art Exp $";
#endif
#endif /* not lint */
-#define __POOL_EXPOSE
-
#include <sys/param.h>
#include <sys/protosw.h>
#include <sys/socket.h>