diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
commit | 76b5366091f76c9bc73570149ef5055648fc2c39 (patch) | |
tree | 590d020e0f2a5bea6e09d66d951a674443b21d67 /usr.bin/netstat/mbuf.c | |
parent | 4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff) |
Notes
Diffstat (limited to 'usr.bin/netstat/mbuf.c')
-rw-r--r-- | usr.bin/netstat/mbuf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index 76e001fdc827..c1324969ce79 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.14 1998/08/23 15:23:11 gpalmer Exp $"; + "$Id: mbuf.c,v 1.13 1998/08/18 13:36:47 jb Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -68,9 +68,7 @@ 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 |