Changeset 18086 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Mar 19, 2009 11:29:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp
r18061 r18086 45 45 # include <linux/version.h> 46 46 /* All the following crap is apparently not necessary anymore since Linux 47 * version 2.6.2 2. Check for 2.6.23 to be in the safe side. */48 # if LINUX_VERSION_CODE < = KERNEL_VERSION(2, 6, 23)47 * version 2.6.29. */ 48 # if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 29) 49 49 /* This is a hack to work around conflicts between these linux kernel headers 50 50 * and the GLIBC tcpip headers. They have different declarations of the 4
Note:
See TracChangeset
for help on using the changeset viewer.