VirtualBox

Changeset 14286 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 18, 2008 11:13:07 AM (16 years ago)
Author:
vboxsync
Message:

fixed adaption

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/tcp_input.c

    r14284 r14286  
    730730                    u32_to_ptr(pData, tp->seg_next, struct tcpcb *) == tp &&
    731731#else /* !VBOX_WITH_BSD_TCP_REASS */
    732                     LIST_NEXT(tp, t_list) == tp &&
     732                    LIST_FIRST(&tp->t_segq) &&
    733733#endif /* VBOX_WITH_BSD_TCP_REASS */
    734734                    ti->ti_len <= sbspace(&so->so_rcv)) {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette