Changeset 14488 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Nov 22, 2008 9:23:21 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/ip_input.c
r14487 r14488 819 819 register struct ip_timestamp *ipt; 820 820 register struct in_ifaddr *ia; 821 /* int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; */821 /* int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; */ 822 822 int opt, optlen, cnt, off, code, type, forward = 0; 823 823 struct in_addr *sin, dst; 824 typedef u_int32_t n_time;824 typedef u_int32_t n_time; 825 825 n_time ntime; 826 826
Note:
See TracChangeset
for help on using the changeset viewer.