summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_malloc.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_malloc.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_malloc.c')
-rw-r--r--sys/kern/kern_malloc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c
index 4584481ba7d..01d3750929f 100644
--- a/sys/kern/kern_malloc.c
+++ b/sys/kern/kern_malloc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_malloc.c,v 1.45 2001/12/19 08:58:06 art Exp $ */
+/* $OpenBSD: kern_malloc.c,v 1.46 2002/01/16 20:50:17 miod Exp $ */
/* $NetBSD: kern_malloc.c,v 1.15.4.2 1996/06/13 17:10:56 cgd Exp $ */
/*
@@ -38,7 +38,6 @@
#include <sys/param.h>
#include <sys/proc.h>
-#include <sys/map.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/systm.h>