Changeset 36377 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Mar 23, 2011 5:05:21 PM (14 years ago)
- Location:
- trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c
r36154 r36377 53 53 #include <sys/dls.h> 54 54 55 #if 056 #include "include/mac_provider.h" /* dependency for other headers */57 #include "include/mac_client.h" /* for mac_* */58 #include "include/mac_client_priv.h" /* for mac_info, mac_capab_get etc. */59 #if 160 #include "include/dls.h" /* for dls_mgmt_* */61 #include "include/dld_ioc.h" /* required by vnic.h */62 #include "include/vnic.h" /* for vnic_ioc_diag_t */63 #include "include/vnic_impl.h" /* for vnic_dev_create */64 #endif65 #endif66 55 67 56 #define VBOXNETFLT_OS_SPECFIC 1
Note:
See TracChangeset
for help on using the changeset viewer.