- Timestamp:
- May 17, 2008, 12:52:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/src/kNIX/os2/tcpipver.c
r3630 r3632 261 261 || rc == -ENOTSOCK) 262 262 { 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); 264 264 _smutex_request(&gsmtxSockets); 265 265 if (pSocketFH->pNext)
Note:
See TracChangeset
for help on using the changeset viewer.