When non kernel programs try to define _KERNEL

it always ends in tears.

this is a temporary hack..
we'll remove it in a short while. I'll set teh MFC to remind me

MFC after:	1 week
This commit is contained in:
Julian Elischer 2004-09-01 19:23:02 +00:00
parent 1a95d74419
commit 7d901dbf29
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134613

View File

@ -27,7 +27,9 @@
*/
#define _KERNEL
#define KLD_MODULE
#include <sys/param.h>
#undef KLD_MODULE
#undef _KERNEL
#include <sys/types.h>
#include <sys/stat.h>