VirtualBox

Changeset 60603 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Apr 20, 2016 2:32:19 PM (9 years ago)
Author:
vboxsync
Message:

Assorted compile fixes for FreeBSD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/alloc-ef-r0drv.cpp

    r59747 r60603  
    118118#ifdef RT_OS_WINDOWS
    119119# include <Windows.h>
    120 #else
     120#elif !defined(RT_OS_FREEBSD)
    121121# include <sys/mman.h>
    122122#endif
     
    382382 * This is something which you should call from gdb.
    383383 */
    384 extern "C" void RTMemDump(void);
     384RT_C_DECLS_BEGIN
     385void RTMemDump(void);
     386RT_C_DECLS_END
     387
    385388void RTMemDump(void)
    386389{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette