From 664a31e4967a61ec61870f45adc2f1400617993e Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 29 Dec 1999 04:46:21 +0000 Subject: 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. --- sys/i386/include/tss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/i386/include/tss.h') diff --git a/sys/i386/include/tss.h b/sys/i386/include/tss.h index 2003a66609b4..77b94437c034 100644 --- a/sys/i386/include/tss.h +++ b/sys/i386/include/tss.h @@ -82,7 +82,7 @@ struct i386tss { /* XXX unimplemented .. i/o permission bitmap */ }; -#ifdef KERNEL +#ifdef _KERNEL #ifndef common_tss extern struct i386tss common_tss; #endif -- cgit v1.2.3