summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ifmcstat/ifmcstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ifmcstat/ifmcstat.c')
-rw-r--r--usr.sbin/ifmcstat/ifmcstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ifmcstat/ifmcstat.c b/usr.sbin/ifmcstat/ifmcstat.c
index 3167b96..d5ffc13 100644
--- a/usr.sbin/ifmcstat/ifmcstat.c
+++ b/usr.sbin/ifmcstat/ifmcstat.c
@@ -48,11 +48,11 @@
#include <netinet/in.h>
#ifndef __NetBSD__
# ifdef __FreeBSD__
-# define KERNEL
+# define _KERNEL
# endif
# include <netinet/if_ether.h>
# ifdef __FreeBSD__
-# undef KERNEL
+# undef _KERNEL
# endif
#else
# include <net/if_ether.h>
OpenPOWER on IntegriCloud