VirtualBox

Ignore:
Timestamp:
May 18, 2009 7:48:14 PM (16 years ago)
Author:
vboxsync
Message:

compiler warning

File:
1 edited

Legend:

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

    r19722 r19801  
    296296#ifdef VBOX_WITH_NAT_SERVICE
    297297        {
     298            struct ethhdr *eh;
     299
    298300            Assert(m);
    299             struct ethhdr *eh = (struct ethhdr *)m->m_dat;
     301            eh = (struct ethhdr *)m->m_dat;
    300302            memcpy(so->so_ethaddr, eh->h_source, ETH_ALEN);
    301303        }
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