Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/lib/sysacls.c

    r414 r740  
    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.