Changeset 9124 in vbox for trunk/src/VBox/Devices/Network/solaris
- Timestamp:
- May 26, 2008 1:48:23 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31247
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/solaris/vbox-libdlpi.cpp
r9114 r9124 19 19 * additional information or have any questions. 20 20 */ 21 22 /* Solaris 10 and below has no dlpi. */23 #ifndef __SunOS_5_1024 21 25 22 #include "vbox-libdlpi.h" … … 85 82 } 86 83 } 87 88 #endif /* __SunOS_5_10 */
Note:
See TracChangeset
for help on using the changeset viewer.