summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2009-05-24 23:47:22 +0000
committerrmacklem <rmacklem@FreeBSD.org>2009-05-24 23:47:22 +0000
commit6db2b7a8a83c79eb9cb3e0a57c325b6b86f270bf (patch)
tree3c122a7199e2e84b1c3146c149f5f99ccf84bc97 /sys/fs
parentf737da77ab992bede1d598eb4c196399687c166b (diff)
downloadFreeBSD-src-6db2b7a8a83c79eb9cb3e0a57c325b6b86f270bf.zip
FreeBSD-src-6db2b7a8a83c79eb9cb3e0a57c325b6b86f270bf.tar.gz
Temporarily #undef NFS4_ACL_EXTATTR_NAME, so that the
experimental nfs subsystem will build while the NFSv4 ACL support is going into the kernel. Approved by: kib (mentor)
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/nfs/nfsport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/nfs/nfsport.h b/sys/fs/nfs/nfsport.h
index d452927..c1aa061 100644
--- a/sys/fs/nfs/nfsport.h
+++ b/sys/fs/nfs/nfsport.h
@@ -71,6 +71,8 @@
#include <sys/bio.h>
#include <sys/buf.h>
#include <sys/acl.h>
+/* until the nfsv4 acl stuff is all committed, undef NFS4_ACL_EXTATTR_NAME */
+#undef NFS4_ACL_EXTATTR_NAME
#include <sys/module.h>
#include <sys/sysent.h>
#include <sys/syscall.h>
OpenPOWER on IntegriCloud