Changeset 7943 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Apr 14, 2008 7:02:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r7882 r7943 4341 4341 * @thread EMT 4342 4342 */ 4343 static DECLCALLBACK(int) pcnetGetMac(PPDMINETWORKCONFIG pInterface, PPDMMAC *pMac)4343 static DECLCALLBACK(int) pcnetGetMac(PPDMINETWORKCONFIG pInterface, PPDMMAC pMac) 4344 4344 { 4345 4345 PCNetState *pData = INETWORKCONFIG_2_DATA(pInterface);
Note:
See TracChangeset
for help on using the changeset viewer.