Changeset 27349 in vbox for trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
- Timestamp:
- Mar 14, 2010 6:37:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
r27321 r27349 120 120 case RTHANDLETYPE_SOCKET: 121 121 aStdFds[i] = paHandles[i]->u.hSocket != NIL_RTSOCKET 122 ? (int)paHandles[i]->u.hSocket //RT PipeToNative(paHandles[i]->u.hPipe)122 ? (int)paHandles[i]->u.hSocket //RTTcpToNative(paHandles[i]->u.hSocket) 123 123 : -2 /* close it */; 124 124 break;
Note:
See TracChangeset
for help on using the changeset viewer.