aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ctau/if_ct.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ctau/if_ct.c')
-rw-r--r--sys/dev/ctau/if_ct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ctau/if_ct.c b/sys/dev/ctau/if_ct.c
index bd66f3d6b10c..9541cae15a14 100644
--- a/sys/dev/ctau/if_ct.c
+++ b/sys/dev/ctau/if_ct.c
@@ -64,7 +64,7 @@ __FBSDID("$FreeBSD$");
# include <i386/isa/intr_machdep.h>
# endif
#endif
-#if __FreeBSD_version >= 500000
+#if __FreeBSD_version >= 400000
#include <dev/cx/machdep.h>
#include <dev/ctau/ctddk.h>
#include <dev/cx/cronyxfw.h>
@@ -78,7 +78,7 @@ __FBSDID("$FreeBSD$");
# include "opt_netgraph.h"
# include <netgraph/ng_message.h>
# include <netgraph/netgraph.h>
-#if __FreeBSD_version >= 500000
+#if __FreeBSD_version >= 400000
# include <dev/ctau/ng_ct.h>
#else
# include <netgraph/ng_ct.h>