summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2008-03-31 12:01:21 +0000
committerkib <kib@FreeBSD.org>2008-03-31 12:01:21 +0000
commiteff8c6d35eb85c880ee73166dbff3ba639b6569c (patch)
treef8cc8d866703361e98f57783e3292705ce2d5dbc /sys/ufs/ffs
parentfb67926ebba3585578dba016e05aabe5090ea064 (diff)
downloadFreeBSD-src-eff8c6d35eb85c880ee73166dbff3ba639b6569c.zip
FreeBSD-src-eff8c6d35eb85c880ee73166dbff3ba639b6569c.tar.gz
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
Diffstat (limited to 'sys/ufs/ffs')
-rw-r--r--sys/ufs/ffs/ffs_snapshot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ufs/ffs/ffs_snapshot.c b/sys/ufs/ffs/ffs_snapshot.c
index 5bb8d5d..27f40d2 100644
--- a/sys/ufs/ffs/ffs_snapshot.c
+++ b/sys/ufs/ffs/ffs_snapshot.c
@@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
#include <sys/conf.h>
#include <sys/bio.h>
#include <sys/buf.h>
+#include <sys/fcntl.h>
#include <sys/proc.h>
#include <sys/namei.h>
#include <sys/sched.h>
OpenPOWER on IntegriCloud