VirtualBox

Changeset 63515 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Aug 15, 2016 11:19:14 PM (8 years ago)
Author:
vboxsync
Message:

HostDrivers: warnings (clang)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/darwin/VBoxNetSend.h

    r62490 r63515  
    7676        mbuf_pkthdr_setrcvif(pPkt, pIfNet); /* will crash without this. */
    7777
    78         errno_t err = ifnet_input(pIfNet, pPkt, NULL);
     78        err = ifnet_input(pIfNet, pPkt, NULL);
    7979        if (err)
    8080        {
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