Changeset 19625 in vbox for trunk/src/VBox
- Timestamp:
- May 12, 2009 1:57:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r19623 r19625 371 371 } 372 372 #ifdef RT_OS_SOLARIS 373 pAddress = (sockaddr_in *)&ifrequest[i]. sin_addr;373 pAddress = (sockaddr_in *)&ifrequest[i].ifr_addr; 374 374 #else 375 375 pAddress = (sockaddr_in *)&ifrequest[i].ifr_netmask;
Note:
See TracChangeset
for help on using the changeset viewer.