diff options
Diffstat (limited to 'usr.bin/netstat/ipx.c')
-rw-r--r-- | usr.bin/netstat/ipx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c index fb55788be504..c6346d6e4ab1 100644 --- a/usr.bin/netstat/ipx.c +++ b/usr.bin/netstat/ipx.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ns.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id$"; + "$Id: ipx.c,v 1.4 1996/10/28 18:56:39 wollman Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -46,7 +46,6 @@ static const char rcsid[] = #include <sys/protosw.h> #include <net/route.h> -#include <net/if.h> #include <netinet/tcp_fsm.h> |