Changeset 9087 in vbox for trunk/src/VBox/Devices/Network/solaris
- Timestamp:
- May 23, 2008 2:01:04 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31190
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/solaris/vbox-libdlpi.cpp
r8960 r9087 19 19 * additional information or have any questions. 20 20 */ 21 22 /* Solaris 10 and below has no dlpi. */ 23 #if SOLARIS2 >= 11 21 24 22 25 #include "vbox-libdlpi.h" … … 83 86 } 84 87 88 #endif /* SOLARIS2 >= 11 */
Note:
See TracChangeset
for help on using the changeset viewer.