Changeset 10935 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jul 29, 2008 2:42:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
r9442 r10935 66 66 #include <linux/spinlock.h> 67 67 #include <linux/slab.h> 68 #include <asm/semaphore.h> 68 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27) 69 # include <linux/semaphore.h> 70 #else /* older kernels */ 71 # include <asm/semaphore.h> 72 #endif /* older kernels */ 69 73 #include <linux/module.h> 70 74 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0)
Note:
See TracChangeset
for help on using the changeset viewer.