summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>1999-01-18 12:40:44 +0000
committerroberto <roberto@FreeBSD.org>1999-01-18 12:40:44 +0000
commit8d7ddb164a7ee3e093ed2b8ca2f648ce81e3495c (patch)
tree3c8abcd7757045924198e9749305a9d1be71e32e /usr.bin/netstat
parent394d4e5839a350cce5991f0b5c0dc88473433246 (diff)
downloadFreeBSD-src-8d7ddb164a7ee3e093ed2b8ca2f648ce81e3495c.zip
FreeBSD-src-8d7ddb164a7ee3e093ed2b8ca2f648ce81e3495c.tar.gz
Fix "make world" breakage because MT_RTABLE was still referenced here.
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/mbuf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c
index c132496..76e001f 100644
--- a/usr.bin/netstat/mbuf.c
+++ b/usr.bin/netstat/mbuf.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)mbuf.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id: mbuf.c,v 1.13 1998/08/18 13:36:47 jb Exp $";
+ "$Id: mbuf.c,v 1.14 1998/08/23 15:23:11 gpalmer Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -68,7 +68,9 @@ static struct mbtypes {
#ifdef MT_PCB
{ MT_PCB, "protocol control blocks" }, /* XXX */
#endif
+#ifdef MT_RTABLE
{ MT_RTABLE, "routing table entries" }, /* XXX */
+#endif
#ifdef MT_HTABLE
{ MT_HTABLE, "IMP host table entries" }, /* XXX */
#endif
OpenPOWER on IntegriCloud