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/unionfs/union_vfsops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/fs/unionfs') 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