Changeset 3632 for trunk


Ignore:
Timestamp:
May 17, 2008, 12:52:21 PM (17 years ago)
Author:
bird
Message:

Another build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/kNIX/os2/tcpipver.c

    r3630 r3632  
    261261        ||  rc == -ENOTSOCK)
    262262    {
    263         LIBCLOG_MSG("Unlinking pSocketFH=%p:{iSocket=%d} fh=%d\n", pSocketFH, pSocketFH->iSocket, fh);
     263        LIBCLOG_MSG("Unlinking pSocketFH=%p:{iSocket=%d} fh=%d\n", pSocketFH, pSocketFH->iSocket, pSocketFH->core.fh);
    264264        _smutex_request(&gsmtxSockets);
    265265        if (pSocketFH->pNext)
Note: See TracChangeset for help on using the changeset viewer.