Changeset 63515 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Aug 15, 2016 11:19:14 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110169
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/darwin/VBoxNetSend.h
r62490 r63515 76 76 mbuf_pkthdr_setrcvif(pPkt, pIfNet); /* will crash without this. */ 77 77 78 err no_t err= ifnet_input(pIfNet, pPkt, NULL);78 err = ifnet_input(pIfNet, pPkt, NULL); 79 79 if (err) 80 80 {
Note:
See TracChangeset
for help on using the changeset viewer.