Changeset 1607


Ignore:
Timestamp:
Nov 4, 2004, 7:41:57 AM (20 years ago)
Author:
bird
Message:

..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/emx/src/lib/sys/tcpipver.c

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r1606 r1607  
    13031303    {
    13041304        int rc = __libc_spmSocketDeref(pFH->iSocket);
     1305        LIBC_ASSERTM(rc >= 0, "__libc_spmSocketDeref(%d) -> rc=%d\n", pFH->iSocket, rc);
    13051306        if (!rc)
    13061307        {
Note: See TracChangeset for help on using the changeset viewer.