VirtualBox

Changeset 38317 in vbox


Ignore:
Timestamp:
Aug 4, 2011 3:27:37 PM (13 years ago)
Author:
vboxsync
Message:

Additions/FreeBSD: More build fixes

Location:
trunk/src/VBox/Additions
Files:
2 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    {
  • trunk/src/VBox/Additions/freebsd/drm/Makefile.kmk

    r38154 r38317  
    2020include $(KBUILD_PATH)/subheader.kmk
    2121
    22 INSTALLS += vboxvideo_drm vboxvideo-mod
     22INSTALLS += vboxvideo-mod
    2323
    2424ifdef VBOX_WITH_ADDITION_DRIVERS
     
    4141#
    4242# vboxvideo - The Video DRM (Direct Rendering Module) kernel module
     43#
     44# Note! Syntax checking only.
    4345#
    4446vboxvideo_drm_TEMPLATE      = VBOXGUESTR0
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