VirtualBox

Changeset 32708 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Sep 23, 2010 11:18:51 AM (14 years ago)
Author:
vboxsync
Message:

iprt: build fixes

Location:
trunk/src/VBox/Runtime/r0drv
Files:
6 edited

Legend:

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

    r32707 r32708  
    55
    66/*
    7  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3434
    3535#include <iprt/assert.h>
     36#include <iprt/err.h>
    3637#include <iprt/thread.h>
    3738#include "r0drv/alloc-r0drv.h"
     
    4647        return VERR_NOT_SUPPORTED;
    4748
    48     PRTMEMHDR pHdr = (PRTMEMHDR)IOMalloc(cb + sizeof(*pHdr))
     49    PRTMEMHDR pHdr = (PRTMEMHDR)IOMalloc(cb + sizeof(*pHdr));
    4950    if (RT_UNLIKELY(!pHdr))
    5051    {
  • trunk/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c

    r32707 r32708  
    3333*******************************************************************************/
    3434#include "the-freebsd-kernel.h"
     35#include "internal/iprt.h"
     36#include <iprt/mem.h>
    3537
    36 #include <iprt/alloc.h>
    3738#include <iprt/assert.h>
     39#include <iprt/err.h>
    3840#include <iprt/param.h>
    3941
  • trunk/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c

    r32707 r32708  
    55
    66/*
    7  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3131#include "the-linux-kernel.h"
    3232#include "internal/iprt.h"
    33 
    3433#include <iprt/mem.h>
     34
    3535#include <iprt/assert.h>
     36#include <iprt/err.h>
    3637#include "r0drv/alloc-r0drv.h"
    3738
  • trunk/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp

    r32707 r32708  
    55
    66/*
    7  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3030*******************************************************************************/
    3131#include "the-nt-kernel.h"
     32#include "internal/iprt.h"
     33#include <iprt/mem.h>
    3234
    33 #include <iprt/alloc.h>
    3435#include <iprt/assert.h>
     36#include <iprt/err.h>
    3537#include "r0drv/alloc-r0drv.h"
    3638
  • trunk/src/VBox/Runtime/r0drv/os2/alloc-r0drv-os2.cpp

    r32707 r32708  
    3434*******************************************************************************/
    3535#include "the-os2-kernel.h"
     36#include "internal/iprt.h"
     37#include <iprt/mem.h>
    3638
    37 #include <iprt/alloc.h>
    3839#include <iprt/assert.h>
     40#include <iprt/err.h>
    3941#include <iprt/param.h>
    40 #include "r0drv/alloc-r0drv.h" /** @todo drop the r0drv/alloc-r0drv.cpp stuff on OS/2. */
     42#include "r0drv/alloc-r0drv.h" /** @todo drop the r0drv/alloc-r0drv.cpp stuff on OS/2? */
    4143
    4244
  • trunk/src/VBox/Runtime/r0drv/solaris/vbi/alloc-r0drv-solaris.c

    r32707 r32708  
    55
    66/*
    7  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3434
    3535#include <iprt/assert.h>
     36#include <iprt/err.h>
    3637#include <iprt/log.h>
    3738#include <iprt/param.h>
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