summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/mbuf.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-07-29 06:51:41 +0000
committercharnier <charnier@FreeBSD.org>1997-07-29 06:51:41 +0000
commite97a8f1bb5fbb72a7aba41985727d01d65f488c2 (patch)
tree9b4dedced8ce668c76ebbb68ab0eb9b082ce6199 /usr.bin/netstat/mbuf.c
parentffd60e72c2b05f5573c8e822beeec6d4b6647ec5 (diff)
downloadFreeBSD-src-e97a8f1bb5fbb72a7aba41985727d01d65f488c2.zip
FreeBSD-src-e97a8f1bb5fbb72a7aba41985727d01d65f488c2.tar.gz
Remove prog, unused variables.
Cosmetic in usage string.
Diffstat (limited to 'usr.bin/netstat/mbuf.c')
-rw-r--r--usr.bin/netstat/mbuf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c
index cfefa5e..b80b5f5 100644
--- a/usr.bin/netstat/mbuf.c
+++ b/usr.bin/netstat/mbuf.c
@@ -32,7 +32,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)mbuf.c 8.1 (Berkeley) 6/6/93";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>
@@ -41,6 +45,7 @@ static char sccsid[] = "@(#)mbuf.c 8.1 (Berkeley) 6/6/93";
#include <sys/socket.h>
#include <sys/sysctl.h>
+#include <err.h>
#include <stdio.h>
#include "netstat.h"
OpenPOWER on IntegriCloud