VirtualBox

Changeset 107250 in vbox


Ignore:
Timestamp:
Dec 6, 2024 11:31:06 PM (8 weeks ago)
Author:
vboxsync
Message:

Add,HostDrivers: More parfait/solaris kludges.

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c

    r106061 r107250  
    3939*   Header Files                                                                                                                 *
    4040*********************************************************************************************************************************/
     41#ifdef VBOX_WITH_PARFAIT
     42# include <iprt/stdint.h> /* HACK ALERT! Contains workaround for int_fast16_t & uint_fast16_t clash. */
     43#endif
    4144#include <sys/conf.h>
    4245#include <sys/modctl.h>
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c

    r106061 r107250  
    4040 */
    4141
     42#ifdef VBOX_WITH_PARFAIT
     43# include <iprt/stdint.h> /* HACK ALERT! Contains workaround for int_fast16_t & uint_fast16_t clash. */
     44#endif
    4245#include <sys/types.h>
    4346#include <sys/stat.h>
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c

    r106061 r107250  
    4040*********************************************************************************************************************************/
    4141#define LOG_GROUP LOG_GROUP_SUP_DRV
     42#ifdef VBOX_WITH_PARFAIT
     43# include <iprt/stdint.h> /* HACK ALERT! Contains workaround for int_fast16_t & uint_fast16_t clash. */
     44#endif
    4245#include <sys/types.h>
    4346#include <sys/param.h>
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