Changeset 76513 in vbox for trunk/src/VBox/Runtime/r0drv/netbsd
- Timestamp:
- Dec 30, 2018 5:16:00 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127814
- Location:
- trunk/src/VBox/Runtime/r0drv/netbsd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/netbsd/sleepqueue-r0drv-netbsd.h
r69111 r76513 25 25 */ 26 26 27 28 27 #ifndef ___r0drv_netbsd_sleepqueue_r0drv_netbsd_h 29 28 #define ___r0drv_netbsd_sleepqueue_r0drv_netbsd_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 30 32 31 33 #include "the-netbsd-kernel.h" -
trunk/src/VBox/Runtime/r0drv/netbsd/the-netbsd-kernel.h
r63191 r76513 31 31 #ifndef ___the_netbsd_kernel_h 32 32 #define ___the_netbsd_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.