diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-12-29 05:07:58 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-29 05:07:58 +0000 |
commit | c447342094276b4d604449bb776063c7b88c4992 (patch) | |
tree | ef56d86971063bc4ba98e49e723dab1d7ebf8a56 /usr.sbin/pcvt | |
parent | 664a31e4967a61ec61870f45adc2f1400617993e (diff) | |
download | src-c447342094276b4d604449bb776063c7b88c4992.tar.gz src-c447342094276b4d604449bb776063c7b88c4992.zip |
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot). This is consistant with the other
BSD's who made this change quite some time ago. More commits to come.
Notes
Notes:
svn path=/head/; revision=55206
Diffstat (limited to 'usr.sbin/pcvt')
-rw-r--r-- | usr.sbin/pcvt/set2061/ICD2061Aalt.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pcvt/set2061/ICD2061Aalt.c b/usr.sbin/pcvt/set2061/ICD2061Aalt.c index a74ec4e09d2d..c65ebc4e9cee 100644 --- a/usr.sbin/pcvt/set2061/ICD2061Aalt.c +++ b/usr.sbin/pcvt/set2061/ICD2061Aalt.c @@ -1,10 +1,12 @@ /* * This code is derived from code available from the STB bulletin board + * + * $FreeBSD$ */ /* $XFree86: mit/server/ddx/x386/common_hw/ICD2061Aalt.c,v 2.6 1994/04/15 05:10:30 dawes Exp $ */ -#ifndef KERNEL +#ifndef _KERNEL #include "compiler.h" #else #define GCCUSESGAS |