Changeset 35786 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin
- Timestamp:
- Jan 31, 2011 1:07:01 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69757
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp
r35785 r35786 353 353 354 354 PVBOXNETADP pNew; 355 rc = vboxNetAdpCreate(&pNew );355 rc = vboxNetAdpCreate(&pNew, NULL); 356 356 if (RT_FAILURE(rc)) 357 357 return EINVAL;
Note:
See TracChangeset
for help on using the changeset viewer.