aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_watch.c
diff options
context:
space:
mode:
authorJohn Dyson <dyson@FreeBSD.org>1997-02-10 02:22:35 +0000
committerJohn Dyson <dyson@FreeBSD.org>1997-02-10 02:22:35 +0000
commit996c772f581f5624846dcd8470ca6860c1678b7c (patch)
tree88a944de263165091f0a18abeedbaaccec532407 /sys/ddb/db_watch.c
parentd243e2f7f456304830e7f832629bc24c504c2385 (diff)
downloadsrc-996c772f581f5624846dcd8470ca6860c1678b7c.tar.gz
src-996c772f581f5624846dcd8470ca6860c1678b7c.zip
This is the kernel Lite/2 commit. There are some requisite userland
changes, so don't expect to be able to run the kernel as-is (very well) without the appropriate Lite/2 userland changes. The system boots and can mount UFS filesystems. Untested: ext2fs, msdosfs, NFS Known problems: Incorrect Berkeley ID strings in some files. Mount_std mounts will not work until the getfsent library routine is changed. Reviewed by: various people Submitted by: Jeffery Hsu <hsu@freebsd.org>
Notes
Notes: svn path=/head/; revision=22521
Diffstat (limited to 'sys/ddb/db_watch.c')
-rw-r--r--sys/ddb/db_watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c
index a8edc247d95a..d42fb97e3b54 100644
--- a/sys/ddb/db_watch.c
+++ b/sys/ddb/db_watch.c
@@ -35,7 +35,7 @@
#include <sys/systm.h>
#include <vm/vm.h>
-#include <vm/lock.h>
+#include <sys/lock.h>
#include <vm/pmap.h>
#include <vm/vm_map.h>
#include <vm/vm_prot.h>