summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2002-01-16 20:50:14 +0000
committermiod <miod@openbsd.org>2002-01-16 20:50:14 +0000
commitdccfbd71c8bc827d46b94ed434d7bb7b6c6c2eeb (patch)
tree1ef9437296ae3da5ae1d597e172d8c55a3540e7f /sys/kern/init_main.c
parentcompile sparc64 version of sha1.go with -O0, too. OK jason@ (diff)
downloadwireguard-openbsd-dccfbd71c8bc827d46b94ed434d7bb7b6c6c2eeb.tar.xz
wireguard-openbsd-dccfbd71c8bc827d46b94ed434d7bb7b6c6c2eeb.zip
Don't include <sys/map.h> when you don't need what's in it.
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index c69f137962a..2334eb947b4 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init_main.c,v 1.90 2002/01/01 20:41:56 deraadt Exp $ */
+/* $OpenBSD: init_main.c,v 1.91 2002/01/16 20:50:17 miod Exp $ */
/* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */
/*
@@ -50,7 +50,6 @@
#include <sys/kernel.h>
#include <sys/kthread.h>
#include <sys/mount.h>
-#include <sys/map.h>
#include <sys/proc.h>
#include <sys/resourcevar.h>
#include <sys/signalvar.h>