Changeset 745 for trunk/server/source3/lib/sysacls.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/lib/sysacls.c
r414 r745 21 21 22 22 #include "includes.h" 23 #include "system/passwd.h" 24 25 #if defined(HAVE_POSIX_ACLS) 26 #include "modules/vfs_posixacl.h" 27 #endif 28 29 #if defined(HAVE_TRU64_ACLS) 30 #include "modules/vfs_tru64acl.h" 31 #endif 32 33 #if defined(HAVE_SOLARIS_ACLS) || defined(HAVE_UNIXWARE_ACLS) 34 #include "modules/vfs_solarisacl.h" 35 #endif 36 37 #if defined(HAVE_HPUX_ACLS) 38 #include "modules/vfs_hpuxacl.h" 39 #endif 40 41 #if defined(HAVE_IRIX_ACLS) 42 #include "modules/vfs_irixacl.h" 43 #endif 23 44 24 45 #undef DBGC_CLASS
Note:
See TracChangeset
for help on using the changeset viewer.