VirtualBox

Changeset 22501 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Aug 27, 2009 9:50:45 AM (15 years ago)
Author:
vboxsync
Message:

slirp.c: weird character

File:
1 edited

Legend:

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

    r22500 r22501  
    13851385            if (ac == NULL)
    13861386            {
    1387                 LogRel(("NAT: Can´t allocate arp cache entry\n"));
     1387                LogRel(("NAT: Can't allocate arp cache entry\n"));
    13881388                m_free(pData, m);
    13891389                return;
     
    18411841/* updates the arp cache
    18421842 * @returns 0 - if has found and updated
    1843  *          1 - if hasn´t found.
     1843 *          1 - if hasn't found.
    18441844 */
    18451845int slirp_update_arp_cache(PNATState pData, uint32_t dst, const uint8_t *mac)
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