Changeset 30 for trunk/samba/source/modules/vfs_gpfs.c
- Timestamp:
- Apr 25, 2007, 9:44:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/modules/vfs_gpfs.c
r1 r30 598 598 int fd, SMB_ACL_T theacl) 599 599 { 600 errno = ENOTSUP; 601 return -1; 600 return gpfsacl_sys_acl_set_file(handle, fsp->fsp_name, SMB_ACL_TYPE_ACCESS, theacl); 602 601 } 603 602
Note: See TracChangeset
for help on using the changeset viewer.