Changeset 1648


Ignore:
Timestamp:
Nov 21, 2004, 2:51:20 PM (21 years ago)
Author:
bird
Message:

Stupid bug (wrong ordinal).

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r1647 r1648  
    12611261    static int (*TCPCALL pfn)(int nfds, v5_fd_set *r, v5_fd_set *w, v5_fd_set *x, struct timeval *tv);
    12621262#endif
    1263     if (!pfn && TCPNAME(get_imp)(ORD_REMOVESOCKETFROMLIST, (void **)(void *)&pfn))
     1263    if (!pfn && TCPNAME(get_imp)(ORD_BSDSELECT, (void **)(void *)&pfn))
    12641264        return -1;
    12651265    return pfn(nfds, r, w, x, tv);
Note: See TracChangeset for help on using the changeset viewer.