From eff8c6d35eb85c880ee73166dbff3ba639b6569c Mon Sep 17 00:00:00 2001 From: kib Date: Mon, 31 Mar 2008 12:01:21 +0000 Subject: Add the support for the AT_FDCWD and fd-relative name lookups to the namei(9). Based on the submission by rdivacky, sponsored by Google Summer of Code 2007 Reviewed by: rwatson, rdivacky Tested by: pho --- sys/fs/coda/coda_vfsops.c | 1 + sys/fs/msdosfs/msdosfs_vfsops.c | 1 + sys/fs/nullfs/null_vfsops.c | 1 + sys/fs/unionfs/union_vfsops.c | 1 + 4 files changed, 4 insertions(+) (limited to 'sys/fs') diff --git a/sys/fs/coda/coda_vfsops.c b/sys/fs/coda/coda_vfsops.c index 2f7b373..de6e855 100644 --- a/sys/fs/coda/coda_vfsops.c +++ b/sys/fs/coda/coda_vfsops.c @@ -47,6 +47,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include diff --git a/sys/fs/msdosfs/msdosfs_vfsops.c b/sys/fs/msdosfs/msdosfs_vfsops.c index 7ed4d65..e2525b2 100644 --- a/sys/fs/msdosfs/msdosfs_vfsops.c +++ b/sys/fs/msdosfs/msdosfs_vfsops.c @@ -52,6 +52,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/fs/nullfs/null_vfsops.c b/sys/fs/nullfs/null_vfsops.c index 7c93dd9..841c9ca 100644 --- a/sys/fs/nullfs/null_vfsops.c +++ b/sys/fs/nullfs/null_vfsops.c @@ -42,6 +42,7 @@ #include #include +#include #include #include #include diff --git a/sys/fs/unionfs/union_vfsops.c b/sys/fs/unionfs/union_vfsops.c index 4c56661..a192381 100644 --- a/sys/fs/unionfs/union_vfsops.c +++ b/sys/fs/unionfs/union_vfsops.c @@ -39,6 +39,7 @@ #include #include #include +#include #include #include #include -- cgit v1.1