Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2009 23:47:23 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r192705 - head/sys/fs/nfs
Message-ID:  <200905242347.n4ONlNII004504@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rmacklem
Date: Sun May 24 23:47:22 2009
New Revision: 192705
URL: http://svn.freebsd.org/changeset/base/192705

Log:
  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)

Modified:
  head/sys/fs/nfs/nfsport.h

Modified: head/sys/fs/nfs/nfsport.h
==============================================================================
--- head/sys/fs/nfs/nfsport.h	Sun May 24 23:24:49 2009	(r192704)
+++ head/sys/fs/nfs/nfsport.h	Sun May 24 23:47:22 2009	(r192705)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905242347.n4ONlNII004504>