summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_mbuf.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-10-20 07:58:15 +0000
committerjhb <jhb@FreeBSD.org>2000-10-20 07:58:15 +0000
commitd944886e4df0e6d88970157ff46e8c0ab0c6b2c8 (patch)
treebd5164ec2cc8db9bccf6950d4969bd81891925dd /sys/kern/uipc_mbuf.c
parent14c3513b9066aff7d93e8a86195d4477ba17f6dc (diff)
downloadFreeBSD-src-d944886e4df0e6d88970157ff46e8c0ab0c6b2c8.zip
FreeBSD-src-d944886e4df0e6d88970157ff46e8c0ab0c6b2c8.tar.gz
Catch up to moving headers:
- machine/ipl.h -> sys/ipl.h - machine/mutex.h -> sys/mutex.h
Diffstat (limited to 'sys/kern/uipc_mbuf.c')
-rw-r--r--sys/kern/uipc_mbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c
index d0e8064..2c52f78 100644
--- a/sys/kern/uipc_mbuf.c
+++ b/sys/kern/uipc_mbuf.c
@@ -39,6 +39,7 @@
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
+#include <sys/mutex.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
#include <sys/domain.h>
@@ -46,7 +47,6 @@
#include <vm/vm.h>
#include <vm/vm_kern.h>
#include <vm/vm_extern.h>
-#include <machine/mutex.h>
static void mbinit __P((void *));
SYSINIT(mbuf, SI_SUB_MBUF, SI_ORDER_FIRST, mbinit, NULL)
OpenPOWER on IntegriCloud