VirtualBox

Ignore:
Timestamp:
Mar 18, 2010 8:14:50 PM (15 years ago)
Author:
vboxsync
Message:

ditto

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/process-posix.cpp

    r27452 r27502  
    118118                    break;
    119119
    120                 case RTHANDLETYPE_SOCKET:
    121                     aStdFds[i] = paHandles[i]->u.hSocket != NIL_RTSOCKET
    122                                ? (int)paHandles[i]->u.hSocket //RTTcpToNative(paHandles[i]->u.hSocket)
    123                                : -2 /* close it */;
    124                     break;
     120                //case RTHANDLETYPE_SOCKET:
     121                //    aStdFds[i] = paHandles[i]->u.hSocket != NIL_RTSOCKET
     122                //               ? (int)paHandles[i]->u.hSocket //RTTcpToNative(paHandles[i]->u.hSocket)
     123                //               : -2 /* close it */;
     124                //    break;
    125125
    126126                default:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette