VirtualBox

Ignore:
Timestamp:
Dec 13, 2008 12:08:04 PM (16 years ago)
Author:
vboxsync
Message:

slirp:icmp: get rid of unused code

File:
1 edited

Legend:

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

    r15435 r15437  
    850850    }
    851851
    852     /* the low level expects fields to be in host format so let's convert them*/
    853 #if 0 /* need check on linux */
    854     NTOHS(ip->ip_len);
    855     NTOHS(ip->ip_off);
    856     NTOHS(ip->ip_id);
    857 #endif
    858852    ip->ip_src.s_addr = src;
    859853    ip->ip_dst.s_addr = dst;
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