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/kern/vfs_acl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/kern/vfs_acl.c') diff --git a/sys/kern/vfs_acl.c b/sys/kern/vfs_acl.c index fd681f9..760b0e7 100644 --- a/sys/kern/vfs_acl.c +++ b/sys/kern/vfs_acl.c @@ -40,6 +40,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include -- cgit v1.1