Ignore:
Timestamp:
Jun 4, 2010, 3:11:43 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: merged changes from 3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/locking/posix.c

    r414 r454  
    252252        ret = SMB_VFS_GETLOCK(fsp, poffset, pcount, ptype, &pid);
    253253
     254#ifndef __OS2__ /* file locks currently fail with OS/2's libc */
    254255        if (!ret && ((errno == EFBIG) || (errno == ENOLCK) || (errno ==  EINVAL))) {
    255256
     
    277278                }
    278279        }
     280#endif
    279281
    280282        DEBUG(8,("posix_fcntl_getlock: Lock query call %s\n", ret ? "successful" : "failed"));
Note: See TracChangeset for help on using the changeset viewer.