Changeset 76513 in vbox for trunk/src/VBox/Runtime/r0drv/freebsd
- Timestamp:
- Dec 30, 2018 5:16:00 AM (6 years ago)
- Location:
- trunk/src/VBox/Runtime/r0drv/freebsd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/freebsd/sleepqueue-r0drv-freebsd.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___r0drv_freebsd_sleepqueue_r0drv_freebsd_h 29 28 #define ___r0drv_freebsd_sleepqueue_r0drv_freebsd_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include "the-freebsd-kernel.h" -
trunk/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h
r69474 r76513 31 31 #ifndef ___the_freebsd_kernel_h 32 32 #define ___the_freebsd_kernel_h 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 33 36 34 37 #include <iprt/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.