summaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-02 13:12:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-02 13:12:38 +0000
commit7ca0f9e5d599678687695e0658d4fb79af21b8f2 (patch)
tree4e1ce68df855d6705bcfa04710ed01eb982325f3 /sys/kern/init_main.c
parent1e4f9ee9c7ca2d6eaff92815ce3cedec54716dad (diff)
sync syscalls, no sys/cpu.h
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 3ab7d0d4008..84e6cc50864 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: init_main.c,v 1.5 1996/04/21 22:26:50 deraadt Exp $ */
-/* $NetBSD: init_main.c,v 1.83 1996/04/04 00:26:28 cgd Exp $ */
+/* $OpenBSD: init_main.c,v 1.6 1996/05/02 13:12:05 deraadt Exp $ */
+/* $NetBSD: init_main.c,v 1.84 1996/04/22 01:38:12 christos Exp $ */
/*
* Copyright (c) 1995 Christopher G. Demetriou. All rights reserved.
@@ -63,7 +63,6 @@
#include <sys/protosw.h>
#include <sys/reboot.h>
#include <sys/user.h>
-#include <sys/cpu.h>
#ifdef SYSVSHM
#include <sys/shm.h>
#endif