diff options
author | Jeremy Allison <jra@samba.org> | 2001-06-18 20:27:35 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-06-18 20:27:35 +0000 |
commit | 809c0258780cc75cd456518571891fc30998d30d (patch) | |
tree | 17cc3a7ce2e01eecbd807388637cc2f1d02977e5 /source3/include/includes.h | |
parent | 0417200fa9af35167de3e4d6df7c3071f07b15a9 (diff) | |
download | samba-809c0258780cc75cd456518571891fc30998d30d.tar.gz samba-809c0258780cc75cd456518571891fc30998d30d.tar.xz samba-809c0258780cc75cd456518571891fc30998d30d.zip |
Added patches to remove Linux specific XFS ACLs. These are now handled by the
generic Linux ACL code.
rpc_server/srv_samr_nt.c: Don't delete a policy handle before it's created.
Jeremy.
(This used to be commit db5b82e53a7061c4764d39ceb3df82e706aad42f)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r-- | source3/include/includes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 50d1e4d72d1..899c9f3a429 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -278,10 +278,6 @@ #include <sys/acl.h> #endif -#ifdef HAVE_XFS_ACLS -#include <acl/acl.h> -#endif - #ifdef HAVE_SYS_FS_S5PARAM_H #include <sys/fs/s5param.h> #endif |