summaryrefslogtreecommitdiffstats
path: root/sys/dev/ctau
diff options
context:
space:
mode:
authorrik <rik@FreeBSD.org>2004-05-07 11:56:07 +0000
committerrik <rik@FreeBSD.org>2004-05-07 11:56:07 +0000
commit5e58127328df6b4af3de497cfd745906745e8c2d (patch)
tree4865c2ff4d07b63a771b2a8e87b0d705ecd0dd75 /sys/dev/ctau
parentf13a054c86025a34cba86607630d2637379439f8 (diff)
downloadFreeBSD-src-5e58127328df6b4af3de497cfd745906745e8c2d.zip
FreeBSD-src-5e58127328df6b4af3de497cfd745906745e8c2d.tar.gz
Sync with RELENG_4
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 bd66f3d..9541cae 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>
OpenPOWER on IntegriCloud