VirtualBox

Ignore:
Timestamp:
Aug 4, 2011 3:27:37 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73332
Message:

Additions/FreeBSD: More build fixes

File:
1 edited

Legend:

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

    r38201 r38317  
    344344 *        header with an error code return field (much better alternative
    345345 *        actually). */
     346#ifdef VBOX_VBGLR3_XFREE86
     347    int rc = xf86ioctl(g_File, iFunction, &Hdr);
     348#else
    346349    int rc = ioctl(RTFileToNative(g_File), iFunction, &Hdr);
     350#endif
    347351    if (rc == -1)
    348352    {
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