diff options
-rw-r--r-- | usr.sbin/slstat/slstat.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/slstat/slstat.c b/usr.sbin/slstat/slstat.c index 3881421..7385fee 100644 --- a/usr.sbin/slstat/slstat.c +++ b/usr.sbin/slstat/slstat.c @@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "$Id: slstat.c,v 1.11 1997/02/22 16:13:34 peter Exp $"; + "$Id: slstat.c,v 1.12 1997/10/20 12:41:41 charnier Exp $"; #endif #include <sys/param.h> @@ -41,8 +41,6 @@ static const char rcsid[] = #include <string.h> #include <unistd.h> -#define INET - #include <net/if.h> #include <net/if_var.h> #include <net/if_mib.h> |