summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-05-02 13:12:05 +0000
committerderaadt <deraadt@openbsd.org>1996-05-02 13:12:05 +0000
commit2e5bfd2b91633ea3af161f8d65e4d3105294c53c (patch)
treea3e1ad0045065624bb565e933b66ac60dbbbbd29 /sys/kern/init_main.c
parentImplement futimes() (diff)
downloadwireguard-openbsd-2e5bfd2b91633ea3af161f8d65e4d3105294c53c.tar.xz
wireguard-openbsd-2e5bfd2b91633ea3af161f8d65e4d3105294c53c.zip
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