diff options
-rw-r--r-- | usr.bin/netstat/show.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/netstat/show.c b/usr.bin/netstat/show.c index 894ec84abcf..cade60368fd 100644 --- a/usr.bin/netstat/show.c +++ b/usr.bin/netstat/show.c @@ -1,4 +1,4 @@ -/* $OpenBSD: show.c,v 1.6 2007/06/04 12:20:24 henning Exp $ */ +/* $OpenBSD: show.c,v 1.7 2007/06/19 05:37:10 ray Exp $ */ /* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */ /* @@ -281,7 +281,6 @@ void p_pfkentry(struct sadb_msg *msg) { static int old = 0; - struct sadb_ext *ext; struct sadb_address *saddr; struct sadb_protocol *sap, *saft; struct sockaddr *sa, *mask; |