From a141198c5395c62e306f62158e43111bbab01e71 Mon Sep 17 00:00:00 2001 From: julian Date: Wed, 1 Sep 2004 19:23:02 +0000 Subject: 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 --- usr.sbin/kgzip/kgzcmp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/kgzip') diff --git a/usr.sbin/kgzip/kgzcmp.c b/usr.sbin/kgzip/kgzcmp.c index 0ea4f0e..54a4493 100644 --- a/usr.sbin/kgzip/kgzcmp.c +++ b/usr.sbin/kgzip/kgzcmp.c @@ -27,7 +27,9 @@ */ #define _KERNEL +#define KLD_MODULE #include +#undef KLD_MODULE #undef _KERNEL #include #include -- cgit v1.1