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)
This commit is contained in:
Rick Macklem 2009-05-24 23:47:22 +00:00
parent 4a48670553
commit 6098ac23c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192705

View file

@ -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>