Changeset 221 for branches/samba-3.3.x/source/modules/vfs_solarisacl.c
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/modules/vfs_solarisacl.c
r206 r221 52 52 int *count); 53 53 static 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);54 static bool solaris_acl_sort(SOLARIS_ACL_T theacl, int count); 55 55 static SMB_ACL_PERM_T solaris_perm_to_smb_perm(const SOLARIS_PERM_T perm); 56 56 static SOLARIS_PERM_T smb_perm_to_solaris_perm(const SMB_ACL_PERM_T perm); 57 #if 0 57 58 static bool solaris_acl_check(SOLARIS_ACL_T solaris_acl, int count); 58 59 #endif 59 60 60 61 /* public functions - the api */ … … 348 349 bool ret = False; 349 350 int i; 350 int check_which, check_rc;351 351 352 352 DEBUG(10, ("entering smb_acl_to_solaris_acl\n")); … … 718 718 } 719 719 720 #if 0 720 721 /* 721 722 * acl check function: … … 747 748 return True; 748 749 } 749 750 #endif 750 751 751 752 /* VFS operations structure */
Note:
See TracChangeset
for help on using the changeset viewer.