Changeset 107250 in vbox
- Timestamp:
- Dec 6, 2024 11:31:06 PM (8 weeks ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c
r106061 r107250 39 39 * Header Files * 40 40 *********************************************************************************************************************************/ 41 #ifdef VBOX_WITH_PARFAIT 42 # include <iprt/stdint.h> /* HACK ALERT! Contains workaround for int_fast16_t & uint_fast16_t clash. */ 43 #endif 41 44 #include <sys/conf.h> 42 45 #include <sys/modctl.h> -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c
r106061 r107250 40 40 */ 41 41 42 #ifdef VBOX_WITH_PARFAIT 43 # include <iprt/stdint.h> /* HACK ALERT! Contains workaround for int_fast16_t & uint_fast16_t clash. */ 44 #endif 42 45 #include <sys/types.h> 43 46 #include <sys/stat.h> -
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r106061 r107250 40 40 *********************************************************************************************************************************/ 41 41 #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 42 45 #include <sys/types.h> 43 46 #include <sys/param.h>
Note:
See TracChangeset
for help on using the changeset viewer.