diff options
author | jhb <jhb@FreeBSD.org> | 2000-10-20 07:58:15 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2000-10-20 07:58:15 +0000 |
commit | d944886e4df0e6d88970157ff46e8c0ab0c6b2c8 (patch) | |
tree | bd5164ec2cc8db9bccf6950d4969bd81891925dd /sys/kern/vfs_syscalls.c | |
parent | 14c3513b9066aff7d93e8a86195d4477ba17f6dc (diff) | |
download | FreeBSD-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/vfs_syscalls.c')
-rw-r--r-- | sys/kern/vfs_syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index bedad1b..83ca1ca 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -50,6 +50,7 @@ #include <sys/sysent.h> #include <sys/malloc.h> #include <sys/mount.h> +#include <sys/mutex.h> #include <sys/sysproto.h> #include <sys/namei.h> #include <sys/filedesc.h> @@ -65,7 +66,6 @@ #include <sys/extattr.h> #include <machine/limits.h> -#include <machine/mutex.h> #include <miscfs/union/union.h> #include <sys/sysctl.h> #include <vm/vm.h> |