aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-03-28 09:17:56 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-03-28 09:17:56 +0000
commitf34fa851e0b97ea3637d73827346927014e1b137 (patch)
tree2cd0230eaac847e88811b3c23c3cf39fd199008b /sys/miscfs
parent5e980e229f3ed52731211607e437b2f6759ab71a (diff)
downloadsrc-f34fa851e0b97ea3637d73827346927014e1b137.tar.gz
src-f34fa851e0b97ea3637d73827346927014e1b137.zip
Catch up to header include changes:
- <sys/mutex.h> now requires <sys/systm.h> - <sys/mutex.h> and <sys/sx.h> now require <sys/lock.h>
Notes
Notes: svn path=/head/; revision=74914
Diffstat (limited to 'sys/miscfs')
-rw-r--r--sys/miscfs/procfs/procfs_dbregs.c1
-rw-r--r--sys/miscfs/procfs/procfs_fpregs.c1
-rw-r--r--sys/miscfs/procfs/procfs_regs.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/miscfs/procfs/procfs_dbregs.c b/sys/miscfs/procfs/procfs_dbregs.c
index 6d35da0fefda..c21597fdb437 100644
--- a/sys/miscfs/procfs/procfs_dbregs.c
+++ b/sys/miscfs/procfs/procfs_dbregs.c
@@ -46,6 +46,7 @@
#include <sys/param.h>
#include <sys/proc.h>
#include <sys/vnode.h>
+#include <sys/systm.h>
#include <machine/reg.h>
#include <miscfs/procfs/procfs.h>
#include <vm/vm.h>
diff --git a/sys/miscfs/procfs/procfs_fpregs.c b/sys/miscfs/procfs/procfs_fpregs.c
index 493939ca5457..49853c48fc7f 100644
--- a/sys/miscfs/procfs/procfs_fpregs.c
+++ b/sys/miscfs/procfs/procfs_fpregs.c
@@ -43,6 +43,7 @@
#include <sys/param.h>
#include <sys/proc.h>
#include <sys/vnode.h>
+#include <sys/systm.h>
#include <machine/reg.h>
#include <miscfs/procfs/procfs.h>
#include <vm/vm.h>
diff --git a/sys/miscfs/procfs/procfs_regs.c b/sys/miscfs/procfs/procfs_regs.c
index d1dd0bc19f89..f0e627d73c88 100644
--- a/sys/miscfs/procfs/procfs_regs.c
+++ b/sys/miscfs/procfs/procfs_regs.c
@@ -43,6 +43,7 @@
#include <sys/param.h>
#include <sys/proc.h>
#include <sys/vnode.h>
+#include <sys/systm.h>
#include <machine/reg.h>
#include <miscfs/procfs/procfs.h>
#include <vm/vm.h>