summaryrefslogtreecommitdiffstats
path: root/sys/dev/cx
diff options
context:
space:
mode:
authorrik <rik@FreeBSD.org>2004-05-07 11:11:13 +0000
committerrik <rik@FreeBSD.org>2004-05-07 11:11:13 +0000
commit1e881321c1864b9e3e4d652b2c4a8cf53a8716f5 (patch)
treeb3150cc16ea95972fa96b4f340d71b83f7f355ae /sys/dev/cx
parent70641422ab67b54462faff53798c719b699b5f51 (diff)
downloadFreeBSD-src-1e881321c1864b9e3e4d652b2c4a8cf53a8716f5.zip
FreeBSD-src-1e881321c1864b9e3e4d652b2c4a8cf53a8716f5.tar.gz
Sync with RELENG_4.
Diffstat (limited to 'sys/dev/cx')
-rw-r--r--sys/dev/cx/if_cx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/cx/if_cx.c b/sys/dev/cx/if_cx.c
index dca49f6..c756d6c 100644
--- a/sys/dev/cx/if_cx.c
+++ b/sys/dev/cx/if_cx.c
@@ -67,7 +67,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/cx/cxddk.h>
# include <dev/cx/cronyxfw.h>
@@ -81,7 +81,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/cx/ng_cx.h>
# else
# include <netgraph/ng_cx.h>
@@ -91,7 +91,7 @@ __FBSDID("$FreeBSD$");
# if __FreeBSD_version < 500000
# include "sppp.h"
# if NSPPP <= 0
-# error The device cp requires sppp or netgraph.
+# error The device cx requires sppp or netgraph.
# endif
# endif
# include <net/if_sppp.h>
OpenPOWER on IntegriCloud