VirtualBox

Changeset 19980 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 25, 2009 2:35:18 AM (16 years ago)
Author:
vboxsync
Message:

NAT: unix build fix

File:
1 edited

Legend:

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

    r19979 r19980  
    515515                da->de_addr.s_addr = htonl(ntohl(special_addr.s_addr) | CTL_ALIAS);
    516516            }
    517             LIST_INSERT_HEAD(&pData->dns_list_head, da, de_list);
     517            TAILQ_INSERT_HEAD(&pData->dns_list_head, da, de_list);
    518518#endif
    519519            found++;
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