summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.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/kern_exit.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/kern_exit.c')
-rw-r--r--sys/kern/kern_exit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c
index 66efd893be8..7cb310327b8 100644
--- a/sys/kern/kern_exit.c
+++ b/sys/kern/kern_exit.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_exit.c,v 1.37 2001/11/12 01:26:09 art Exp $ */
+/* $OpenBSD: kern_exit.c,v 1.38 2002/01/16 20:50:17 miod Exp $ */
/* $NetBSD: kern_exit.c,v 1.39 1996/04/22 01:38:25 christos Exp $ */
/*
@@ -43,7 +43,6 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/map.h>
#include <sys/ioctl.h>
#include <sys/proc.h>
#include <sys/tty.h>