VirtualBox

Changeset 15480 in vbox


Ignore:
Timestamp:
Dec 15, 2008 7:49:47 AM (16 years ago)
Author:
vboxsync
Message:

slirp: warnings

File:
1 edited

Legend:

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

    r15453 r15480  
    199199{
    200200    struct ip *ip;
    201     struct mbuf *p, *q, *nq, *t;
     201    struct mbuf *p, *q, *nq;
    202202    struct ipq_t *fp = NULL;
    203203    struct ipqhead *head;
     
    442442     */
    443443    m = q;
    444 #if 0
    445     t = m->m_next;
    446     m->m_next = NULL;
    447     m_cat(pData, m, t);
    448 #endif
    449444    nq = q->m_nextpkt;
    450445    q->m_nextpkt = NULL;
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