VirtualBox

Changeset 46768 in vbox


Ignore:
Timestamp:
Jun 25, 2013 7:25:37 AM (12 years ago)
Author:
vboxsync
Message:

crOpenGL/freebsd: BSD -> RT_OS_FREEBSD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/fakedri_drv.c

    r46747 r46768  
    3131#include <unistd.h>
    3232
    33 #if defined(BSD)
     33#if defined(RT_OS_FREEBSD)
    3434#include <sys/param.h>
    3535#include <fcntl.h>
     
    6060//@todo this could be different...
    6161#ifdef RT_ARCH_AMD64
    62 # ifdef BSD
     62# ifdef RT_OS_FREEBSD
    6363#  define DRI_DEFAULT_DRIVER_DIR "/usr/local/lib/dri"
    6464#  define DRI_XORG_DRV_DIR "/usr/local/lib/xorg/modules/drivers/"
     
    6868# endif
    6969#else
    70 # ifdef BSD
     70# ifdef RT_OS_FREEBSD
    7171#  define DRI_DEFAULT_DRIVER_DIR "/usr/local/lib/dri"
    7272#  define DRI_XORG_DRV_DIR "/usr/local/lib/xorg/modules/drivers/"
     
    229229#define FAKEDRI_JMP64_PATCH_SIZE 13
    230230
    231 #if defined(BSD)
     231#if defined(RT_OS_FREEBSD)
    232232/* Provide basic dladdr1 flags */
    233233enum {
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