Changeset 1648
- Timestamp:
- Nov 21, 2004, 2:51:20 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/sys/tcpipver.c
-
Property cvs2svn:cvs-rev
changed from
1.6
to1.7
r1647 r1648 1261 1261 static int (*TCPCALL pfn)(int nfds, v5_fd_set *r, v5_fd_set *w, v5_fd_set *x, struct timeval *tv); 1262 1262 #endif 1263 if (!pfn && TCPNAME(get_imp)(ORD_ REMOVESOCKETFROMLIST, (void **)(void *)&pfn))1263 if (!pfn && TCPNAME(get_imp)(ORD_BSDSELECT, (void **)(void *)&pfn)) 1264 1264 return -1; 1265 1265 return pfn(nfds, r, w, x, tv); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.