Changeset 57358 in vbox for trunk/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c
r49718 r57358 29 29 */ 30 30 31 /******************************************************************************* 32 * Header Files * 33 *******************************************************************************/ 31 32 /********************************************************************************************************************************* 33 * Header Files * 34 *********************************************************************************************************************************/ 34 35 #include "the-freebsd-kernel.h" 35 36 #include "internal/iprt.h" … … 43 44 44 45 45 /******************************************************************************* 46 * Global Variables *47 ******************************************************************************* /46 /********************************************************************************************************************************* 47 * Global Variables * 48 *********************************************************************************************************************************/ 48 49 /* These two statements will define two globals and add initializers 49 50 and destructors that will be called at load/unload time (I think). */
Note:
See TracChangeset
for help on using the changeset viewer.