Changeset 38317 in vbox
- Timestamp:
- Aug 4, 2011 3:27:37 PM (13 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp
r38201 r38317 344 344 * header with an error code return field (much better alternative 345 345 * actually). */ 346 #ifdef VBOX_VBGLR3_XFREE86 347 int rc = xf86ioctl(g_File, iFunction, &Hdr); 348 #else 346 349 int rc = ioctl(RTFileToNative(g_File), iFunction, &Hdr); 350 #endif 347 351 if (rc == -1) 348 352 { -
trunk/src/VBox/Additions/freebsd/drm/Makefile.kmk
r38154 r38317 20 20 include $(KBUILD_PATH)/subheader.kmk 21 21 22 INSTALLS += vboxvideo _drm vboxvideo-mod22 INSTALLS += vboxvideo-mod 23 23 24 24 ifdef VBOX_WITH_ADDITION_DRIVERS … … 41 41 # 42 42 # vboxvideo - The Video DRM (Direct Rendering Module) kernel module 43 # 44 # Note! Syntax checking only. 43 45 # 44 46 vboxvideo_drm_TEMPLATE = VBOXGUESTR0
Note:
See TracChangeset
for help on using the changeset viewer.