aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ctau
diff options
context:
space:
mode:
authorRoman Kurakin <rik@FreeBSD.org>2004-05-07 11:56:07 +0000
committerRoman Kurakin <rik@FreeBSD.org>2004-05-07 11:56:07 +0000
commite97da3ff02a3f21ce3dacf4402ff6910225a7d27 (patch)
tree4865c2ff4d07b63a771b2a8e87b0d705ecd0dd75 /sys/dev/ctau
parentff05239c880f0aad9da1a9fd8aae39687a8f419d (diff)
downloadsrc-e97da3ff02a3f21ce3dacf4402ff6910225a7d27.tar.gz
src-e97da3ff02a3f21ce3dacf4402ff6910225a7d27.zip
Sync with RELENG_4
Notes
Notes: svn path=/head/; revision=129030
Diffstat (limited to 'sys/dev/ctau')
-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>