diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-01-13 21:37:49 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-01-13 21:37:49 +0000 |
| commit | 9e209b124a1ee8da58c692041ff357ee3bd217a7 (patch) | |
| tree | 6c0138650247c4667d104eeda26a13d70947bdb2 /sys/fs | |
| parent | d81986de0780710a3d644431ecfecb896bfc5ee5 (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/fdescfs/fdesc_vfsops.c | 1 | ||||
| -rw-r--r-- | sys/fs/fdescfs/fdesc_vnops.c | 1 | ||||
| -rw-r--r-- | sys/fs/fifofs/fifo_vnops.c | 1 | ||||
| -rw-r--r-- | sys/fs/portalfs/portal_vfsops.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/sys/fs/fdescfs/fdesc_vfsops.c b/sys/fs/fdescfs/fdesc_vfsops.c index 541358f3c3fe..329eab96bd75 100644 --- a/sys/fs/fdescfs/fdesc_vfsops.c +++ b/sys/fs/fdescfs/fdesc_vfsops.c @@ -47,6 +47,7 @@ #include <sys/filedesc.h> #include <sys/kernel.h> #include <sys/lock.h> +#include <sys/mutex.h> #include <sys/malloc.h> #include <sys/mount.h> #include <sys/proc.h> diff --git a/sys/fs/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c index eb6f0dbe1abf..3326375e445c 100644 --- a/sys/fs/fdescfs/fdesc_vnops.c +++ b/sys/fs/fdescfs/fdesc_vnops.c @@ -49,6 +49,7 @@ #include <sys/filedesc.h> #include <sys/kernel.h> /* boottime */ #include <sys/lock.h> +#include <sys/mutex.h> #include <sys/malloc.h> #include <sys/file.h> /* Must come after sys/malloc.h */ #include <sys/mount.h> diff --git a/sys/fs/fifofs/fifo_vnops.c b/sys/fs/fifofs/fifo_vnops.c index 3597cbb15fab..9fea7a24eef1 100644 --- a/sys/fs/fifofs/fifo_vnops.c +++ b/sys/fs/fifofs/fifo_vnops.c @@ -39,6 +39,7 @@ #include <sys/unistd.h> #include <sys/kernel.h> #include <sys/lock.h> +#include <sys/mutex.h> #include <sys/malloc.h> #include <sys/vnode.h> #include <sys/proc.h> /* XXXKSE */ diff --git a/sys/fs/portalfs/portal_vfsops.c b/sys/fs/portalfs/portal_vfsops.c index bc71fa5b16d1..caf9b6d07420 100644 --- a/sys/fs/portalfs/portal_vfsops.c +++ b/sys/fs/portalfs/portal_vfsops.c @@ -48,6 +48,7 @@ #include <sys/filedesc.h> #include <sys/kernel.h> #include <sys/lock.h> +#include <sys/mutex.h> #include <sys/malloc.h> #include <sys/file.h> /* Must come after sys/malloc.h */ #include <sys/mount.h> |
