VirtualBox

Ignore:
Timestamp:
Feb 2, 2007 1:39:09 AM (18 years ago)
Author:
vboxsync
Message:

Hack for running slirp (NAT) on 64-bit hosts.

File:
1 edited

Legend:

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

    r1 r530  
    355355                 */
    356356                do_slowtimo = ((tcb.so_next != &tcb) ||
    357                                ((struct ipasfrag *)&ipq != (struct ipasfrag *)ipq.next));
     357                               ((struct ipasfrag *)&ipq != u32_to_ptr(ipq.next, struct ipasfrag *)));
    358358               
    359359                for (so = tcb.so_next; so != &tcb; so = so_next) {
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