Changeset 14487 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Nov 22, 2008 9:14:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/ip_input.c
r14470 r14487 711 711 #endif /* VBOX_WITH_BSD_REASS */ 712 712 713 #ifndef VBOX_WITH_BSD_REASS 713 714 /* 714 715 * Put an ip fragment on a reassembly chain. … … 738 739 next->ipf_prev = p->ipf_prev; 739 740 } 741 #endif /* !VBOX_WITH_BSD_REASS */ 740 742 741 743 /*
Note:
See TracChangeset
for help on using the changeset viewer.