VirtualBox

Changeset 14218 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Nov 14, 2008 2:53:05 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39334
Message:

Additions/Linux: remove Linux-specific guest R0 HGCM hack and add VBOXGUEST_IOCTL_CALL_TIMEOUT support for Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp

    r13839 r14218  
    2727
    2828#include <iprt/assert.h>
    29 #if !defined(RT_OS_WINDOWS) && !defined(RT_OS_LINUX)
     29#if !defined(RT_OS_WINDOWS)
    3030#include <iprt/memobj.h>
    3131#endif
     
    6262    }
    6363
    64 #elif defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD) /** @todo r=bird: I don't think FreeBSD shouldn't go here, solaris and OS/2 doesn't
    65                                                       * (ignore linux as it's not using the same ioctl code).
    66                                                       * That said, the assumption below might be wrong for in kernel calls... */
     64#elif defined(RT_OS_FREEBSD) /** @todo r=bird: I don't think FreeBSD shouldn't go here, solaris and OS/2 doesn't
     65                              * That said, the assumption below might be wrong for in kernel calls... */
    6766    NOREF(ppvCtx);
    6867    NOREF(pv);
     
    9897    }
    9998
    100 #elif defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD)
     99#elif defined(RT_OS_FREEBSD)
    101100    NOREF(pvCtx);
    102101
Note: See TracChangeset for help on using the changeset viewer.

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