Fix KERNEL vs _KERNEL spammage.

Submitted by:	Paul Saab <paul@mu.org>
This commit is contained in:
Bill Fumerola 1999-12-30 04:12:36 +00:00
parent 69cbc772d9
commit 467a57a7c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55255

View File

@ -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>