From 9f8038002bf86e5c2d86056ac8953e6d14bc35f6 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Mon, 24 Jan 1983 01:42:49 -0800 Subject: [PATCH] this screws up make depend otherwise SCCS-vsn: sys/kern/init_main.c 4.46 --- usr/src/sys/kern/init_main.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/usr/src/sys/kern/init_main.c b/usr/src/sys/kern/init_main.c index 9bfda07f69..9a1199ea14 100644 --- a/usr/src/sys/kern/init_main.c +++ b/usr/src/sys/kern/init_main.c @@ -1,4 +1,4 @@ -/* init_main.c 4.45 83/01/16 */ +/* init_main.c 4.46 83/01/23 */ #include "../machine/pte.h" @@ -23,11 +23,8 @@ #include "../h/protosw.h" #endif #include "../h/quota.h" - -#ifdef sun -#include "../sun/reg.h" -#include "../sun/cpu.h" -#endif +#include "../machine/reg.h" +#include "../machine/cpu.h" extern struct user u; /* have to declare it somewhere! */ /* -- 2.20.1