aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ifmcstat/ifmcstat.c
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-12-30 04:12:36 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-12-30 04:12:36 +0000
commit467a57a7c4c3a7b054b9659897c4c671a4da0232 (patch)
treeff1a72e7325c5bdf7b2e02c92d414023f1f8b7a0 /usr.sbin/ifmcstat/ifmcstat.c
parent69cbc772d99f5f080eb2e2b384cc2544846d7824 (diff)
Notes
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 3167b960ca8b..d5ffc1333ceb 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>