Changeset 137 for trunk/samba/source/lib/system.c
- Timestamp:
- Jun 22, 2008, 3:30:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/lib/system.c
r133 r137 784 784 /* Linux has CAP_MKNOD for DMAPI access. */ 785 785 cap_vals[num_cap_vals++] = CAP_MKNOD; 786 #endif 787 break; 788 case LEASE_CAPABILITY: 789 #ifdef CAP_LEASE 790 cap_vals[num_cap_vals++] = CAP_LEASE; 786 791 #endif 787 792 break;
Note:
See TracChangeset
for help on using the changeset viewer.