aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold/probe.c
diff options
context:
space:
mode:
authorYoshinobu Inoue <shin@FreeBSD.org>2000-01-07 10:02:43 +0000
committerYoshinobu Inoue <shin@FreeBSD.org>2000-01-07 10:02:43 +0000
commit04e8772051398d25637351f794866c6084a47229 (patch)
tree7de3824c7e5e4ff27408fbfa784f341858ec8515 /usr.sbin/rtsold/probe.c
parent2a6830d22ea207c075fa71d474166d79e4e41f9b (diff)
downloadsrc-04e8772051398d25637351f794866c6084a47229.tar.gz
src-04e8772051398d25637351f794866c6084a47229.zip
remove redundant ifdef's.
some part is specified by: phantom
Notes
Notes: svn path=/head/; revision=55543
Diffstat (limited to 'usr.sbin/rtsold/probe.c')
-rw-r--r--usr.sbin/rtsold/probe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/rtsold/probe.c b/usr.sbin/rtsold/probe.c
index 4b42c215d1ed..824baebf062a 100644
--- a/usr.sbin/rtsold/probe.c
+++ b/usr.sbin/rtsold/probe.c
@@ -36,9 +36,7 @@
#include <sys/uio.h>
#include <net/if.h>
-#if defined(__FreeBSD__) && __FreeBSD__ >= 3
#include <net/if_var.h>
-#endif /* __FreeBSD__ >= 3 */
#include <netinet/in.h>
#include <netinet6/in6_var.h>