Changeset 140 for branches/samba-3.0/source/lib/system.c
- Timestamp:
- Jul 11, 2008, 1:13:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/lib/system.c
r124 r140 825 825 /* Linux has CAP_MKNOD for DMAPI access. */ 826 826 cap_vals[num_cap_vals++] = CAP_MKNOD; 827 #endif 828 break; 829 case LEASE_CAPABILITY: 830 #ifdef CAP_LEASE 831 cap_vals[num_cap_vals++] = CAP_LEASE; 827 832 #endif 828 833 break;
Note:
See TracChangeset
for help on using the changeset viewer.