From d5203d1ff8cef07eff72ad400fde5c759623752e Mon Sep 17 00:00:00 2001 From: robert Date: Wed, 21 Aug 2002 15:52:23 +0000 Subject: - Do not pretend to compile a kernel and remove the definition of the _KERNEL macro. - Do not include for no reason. Suggested by: jake --- sys/boot/sparc64/loader/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys') diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c index 208d94e..29f92da 100644 --- a/sys/boot/sparc64/loader/main.c +++ b/sys/boot/sparc64/loader/main.c @@ -19,12 +19,10 @@ */ #include -#define _KERNEL #include #include #include #include -#include #include #include -- cgit v1.1