Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/lib/sysacls.c

    r414 r745  
    2121
    2222#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
    2344
    2445#undef  DBGC_CLASS
Note: See TracChangeset for help on using the changeset viewer.