aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_acl.c
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2008-03-31 12:01:21 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2008-03-31 12:01:21 +0000
commit57b4252e45134e588365807eef8462db092e0ffb (patch)
treef8cc8d866703361e98f57783e3292705ce2d5dbc /sys/kern/vfs_acl.c
parente314f69fff8224ad1316f460ec97671cb89896ec (diff)
downloadsrc-57b4252e45134e588365807eef8462db092e0ffb.tar.gz
src-57b4252e45134e588365807eef8462db092e0ffb.zip
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
Notes
Notes: svn path=/head/; revision=177785
Diffstat (limited to 'sys/kern/vfs_acl.c')
-rw-r--r--sys/kern/vfs_acl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/vfs_acl.c b/sys/kern/vfs_acl.c
index fd681f972e4c..760b0e77001e 100644
--- a/sys/kern/vfs_acl.c
+++ b/sys/kern/vfs_acl.c
@@ -40,6 +40,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysproto.h>
+#include <sys/fcntl.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/mount.h>