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