diff options
author | Bruce Evans <bde@FreeBSD.org> | 1998-07-06 20:09:36 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1998-07-06 20:09:36 +0000 |
commit | 6497a56c81fa4c40d726398a4ce5cbaff300594c (patch) | |
tree | 0dc77658530730fbf0d73deffdefb8a23bd53aa3 | |
parent | 5a901bd8847d84a42e2955315875a72c0b1fd9f5 (diff) |
Notes
-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 38814214785f..7385feecee5c 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> |