Ignore:
Timestamp:
May 24, 2009, 7:17:10 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/modules/vfs_solarisacl.c

    r206 r221  
    5252                int *count);
    5353static bool solaris_acl_get_fd(int fd, SOLARIS_ACL_T *solarisacl, int *count);
    54 static bool solaris_acl_sort(SOLARIS_ACL_T acl, int count);
     54static bool solaris_acl_sort(SOLARIS_ACL_T theacl, int count);
    5555static SMB_ACL_PERM_T solaris_perm_to_smb_perm(const SOLARIS_PERM_T perm);
    5656static SOLARIS_PERM_T smb_perm_to_solaris_perm(const SMB_ACL_PERM_T perm);
     57#if 0
    5758static bool solaris_acl_check(SOLARIS_ACL_T solaris_acl, int count);
    58 
     59#endif
    5960
    6061/* public functions - the api */
     
    348349        bool ret = False;
    349350        int i;
    350         int check_which, check_rc;
    351351
    352352        DEBUG(10, ("entering smb_acl_to_solaris_acl\n"));
     
    718718}
    719719
     720#if 0
    720721/*
    721722 * acl check function:
     
    747748        return True;
    748749}
    749 
     750#endif
    750751
    751752/* VFS operations structure */
Note: See TracChangeset for help on using the changeset viewer.