summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-06-29 08:18:21 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-06-29 08:18:21 +0000
commit1ca64961fdb0a09b33e08026c9d872e0bac50242 (patch)
tree41533b1e7c793f30d43ecced16c3444fd5863dd7 /usr.bin
parenta4b0fc55024e6e7b1c4c4ef9f80b34c1fea10e50 (diff)
repair, Chris Kuethe <ckuethe@ualberta.ca>
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/main.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c
index 0713a4672ff..c8010006912 100644
--- a/usr.bin/netstat/main.c
+++ b/usr.bin/netstat/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.48 2004/06/25 20:05:40 henning Exp $ */
+/* $OpenBSD: main.c,v 1.49 2004/06/29 08:18:20 henning Exp $ */
/* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */
/*
@@ -40,7 +40,7 @@ char copyright[] =
#if 0
static char sccsid[] = "from: @(#)main.c 8.4 (Berkeley) 3/1/94";
#else
-static char *rcsid = "$OpenBSD: main.c,v 1.48 2004/06/25 20:05:40 henning Exp $";
+static char *rcsid = "$OpenBSD: main.c,v 1.49 2004/06/29 08:18:20 henning Exp $";
#endif
#endif /* not lint */
@@ -99,6 +99,8 @@ struct nlist nl[] = {
{ "_clnp_stat"},
#define IN_NOTUSED 16
{ "_tp_inpcb" },
+#define ISO_NOTUSED 16
+ { "_tp_refinfo" },
#define N_TPSTAT 18
{ "_tp_stat" },
#define N_ESISSTAT 19