summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_frag.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>2000-01-05 16:25:20 +0000
committereivind <eivind@FreeBSD.org>2000-01-05 16:25:20 +0000
commit0ab244240accd545dba4e1afc9ee3ea6733aadc0 (patch)
treeaa7552f7c72058d25569a9551fd203e3e497ab0d /sys/netinet/ip_frag.c
parent0023c384d601ec5437dc8adbabe2441228a77e20 (diff)
downloadFreeBSD-src-0ab244240accd545dba4e1afc9ee3ea6733aadc0.zip
FreeBSD-src-0ab244240accd545dba4e1afc9ee3ea6733aadc0.tar.gz
KERNEL -> _KERNEL
Diffstat (limited to 'sys/netinet/ip_frag.c')
-rw-r--r--sys/netinet/ip_frag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_frag.c b/sys/netinet/ip_frag.c
index af07c3d..156a985 100644
--- a/sys/netinet/ip_frag.c
+++ b/sys/netinet/ip_frag.c
@@ -25,7 +25,7 @@ static const char rcsid[] = "@(#)$FreeBSD$";
# include <string.h>
# include <stdlib.h>
#endif
-#if defined(KERNEL) && (__FreeBSD_version >= 220000)
+#if defined(_KERNEL) && (__FreeBSD_version >= 220000)
# include <sys/filio.h>
# include <sys/fcntl.h>
#else
OpenPOWER on IntegriCloud