Changeset 454 for trunk/server/source3/locking/posix.c
- Timestamp:
- Jun 4, 2010, 3:11:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/locking/posix.c
r414 r454 252 252 ret = SMB_VFS_GETLOCK(fsp, poffset, pcount, ptype, &pid); 253 253 254 #ifndef __OS2__ /* file locks currently fail with OS/2's libc */ 254 255 if (!ret && ((errno == EFBIG) || (errno == ENOLCK) || (errno == EINVAL))) { 255 256 … … 277 278 } 278 279 } 280 #endif 279 281 280 282 DEBUG(8,("posix_fcntl_getlock: Lock query call %s\n", ret ? "successful" : "failed"));
Note:
See TracChangeset
for help on using the changeset viewer.