summaryrefslogtreecommitdiff
path: root/sys/kern/kern_xxx.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/kern_xxx.c
parent1e4f9ee9c7ca2d6eaff92815ce3cedec54716dad (diff)
sync syscalls, no sys/cpu.h
Diffstat (limited to 'sys/kern/kern_xxx.c')
-rw-r--r--sys/kern/kern_xxx.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/kern_xxx.c b/sys/kern/kern_xxx.c
index 7bfb70d5a06..2c1bec60664 100644
--- a/sys/kern/kern_xxx.c
+++ b/sys/kern/kern_xxx.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: kern_xxx.c,v 1.2 1996/03/03 17:19:58 niklas Exp $ */
-/* $NetBSD: kern_xxx.c,v 1.31 1996/02/09 18:59:54 christos Exp $ */
+/* $OpenBSD: kern_xxx.c,v 1.3 1996/05/02 13:12:17 deraadt Exp $ */
+/* $NetBSD: kern_xxx.c,v 1.32 1996/04/22 01:38:41 christos Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@@ -43,7 +43,6 @@
#include <sys/reboot.h>
#include <vm/vm.h>
#include <sys/sysctl.h>
-#include <sys/cpu.h>
#include <sys/mount.h>
#include <sys/syscallargs.h>