=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/if.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- src/usr.bin/netstat/if.c 2004/03/13 22:02:13 1.38 +++ src/usr.bin/netstat/if.c 2004/06/25 20:05:40 1.39 @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.38 2004/03/13 22:02:13 deraadt Exp $ */ +/* $OpenBSD: if.c,v 1.39 2004/06/25 20:05:40 henning Exp $ */ /* $NetBSD: if.c,v 1.16.4.2 1996/06/07 21:46:46 thorpej Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "from: @(#)if.c 8.2 (Berkeley) 2/21/94"; #else -static char *rcsid = "$OpenBSD: if.c,v 1.38 2004/03/13 22:02:13 deraadt Exp $"; +static char *rcsid = "$OpenBSD: if.c,v 1.39 2004/06/25 20:05:40 henning Exp $"; #endif #endif /* not lint */ @@ -52,8 +52,6 @@ #include #include #include -#include -#include #include #include @@ -88,7 +86,6 @@ #endif struct ns_ifaddr ns; struct ipx_ifaddr ipx; - struct iso_ifaddr iso; } ifaddr; u_long total, ifaddraddr; struct sockaddr *sa;