VirtualBox

Ignore:
Timestamp:
Apr 2, 2015 4:52:46 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99390
Message:

Assorted fixes for FreeBSD hosts, VBox compiles and runs again without further patches (tested on 10.1 amd64 )

Location:
trunk/src/VBox/Main/src-server/freebsd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/freebsd/HostHardwareFreeBSD.cpp

    r51092 r55095  
    3939# include <sys/stat.h>
    4040# include <unistd.h>
     41# include <stdio.h>
    4142# include <sys/ioctl.h>
    4243# include <fcntl.h>
  • trunk/src/VBox/Main/src-server/freebsd/USBProxyServiceFreeBSD.cpp

    r51092 r55095  
    115115
    116116    AutoReadLock devLock(aDevice COMMA_LOCKVAL_SRC_POS);
    117     LogFlowThisFunc(("aDevice=%s\n", aDevice->getName().c_str()));
     117    LogFlowThisFunc(("aDevice=%s\n", aDevice->i_getName().c_str()));
    118118
    119119    /*
    120120     * Don't think we need to do anything when the device is held... fake it.
    121121     */
    122     Assert(aDevice->getUnistate() == kHostUSBDeviceState_Capturing);
     122    Assert(aDevice->i_getUnistate() == kHostUSBDeviceState_Capturing);
    123123    devLock.release();
    124124    interruptWait();
     
    134134
    135135    AutoReadLock devLock(aDevice COMMA_LOCKVAL_SRC_POS);
    136     LogFlowThisFunc(("aDevice=%s\n", aDevice->getName().c_str()));
     136    LogFlowThisFunc(("aDevice=%s\n", aDevice->i_getName().c_str()));
    137137
    138138    /*
    139139     * We're not really holding it atm., just fake it.
    140140     */
    141     Assert(aDevice->getUnistate() == kHostUSBDeviceState_ReleasingToHost);
     141    Assert(aDevice->i_getUnistate() == kHostUSBDeviceState_ReleasingToHost);
    142142    devLock.release();
    143143    interruptWait();
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