diff options
author | shin <shin@FreeBSD.org> | 2000-01-07 10:02:43 +0000 |
---|---|---|
committer | shin <shin@FreeBSD.org> | 2000-01-07 10:02:43 +0000 |
commit | 5a9ffb7f5aae940fea91a0088b42469832041093 (patch) | |
tree | 130038b0831e28534570623df736f82b68c53204 /usr.sbin/gifconfig | |
parent | 315e3c41c25d28924f66c5834082cbc5a0fc31e8 (diff) | |
download | FreeBSD-src-5a9ffb7f5aae940fea91a0088b42469832041093.zip FreeBSD-src-5a9ffb7f5aae940fea91a0088b42469832041093.tar.gz |
remove redundant ifdef's.
some part is specified by: phantom
Diffstat (limited to 'usr.sbin/gifconfig')
-rw-r--r-- | usr.sbin/gifconfig/gifconfig.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/gifconfig/gifconfig.c b/usr.sbin/gifconfig/gifconfig.c index 3f36b03..49d0ba0 100644 --- a/usr.sbin/gifconfig/gifconfig.c +++ b/usr.sbin/gifconfig/gifconfig.c @@ -57,9 +57,7 @@ #include <sys/sysctl.h> #include <net/if.h> -#if defined(__FreeBSD__) && __FreeBSD__ >= 3 #include <net/if_var.h> -#endif /* __FreeBSD__ >= 3 */ #include <net/if_dl.h> #include <net/if_types.h> #include <net/route.h> |