Changeset 9150 in vbox for trunk/src/VBox
- Timestamp:
- May 27, 2008 9:33:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r9144 r9150 696 696 int ar_op; 697 697 struct ex_list *ex_ptr; 698 uint32_t htip = ntohl(*( in_addr_t*)ah->ar_tip);698 uint32_t htip = ntohl(*(uint32_t*)ah->ar_tip); 699 699 700 700 ar_op = ntohs(ah->ar_op);
Note:
See TracChangeset
for help on using the changeset viewer.