Changeset 19847 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- May 20, 2009 6:33:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/ip_output.c
r19846 r19847 85 85 #ifdef VBOX_WITHOUT_SLIRP_CLIENT_ETHER 86 86 extern uint8_t zerro_ethaddr[ETH_ALEN]; 87 struct ethhdr *eh ;88 uint8_t *eth_dst ;87 struct ethhdr *eh = NULL; 88 uint8_t *eth_dst = NULL; 89 89 #endif 90 90
Note:
See TracChangeset
for help on using the changeset viewer.