Changeset 60966 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace
- Timestamp:
- May 12, 2016 7:07:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h
r53998 r60966 30 30 # include <sys/types.h> 31 31 # include <limits.h> /* Workaround for syslimit.h bug in gcc 4.8.3 on gentoo. */ 32 # ifndef RT_OS_SOLARIS 32 # ifdef RT_OS_DARWIN 33 # include <sys/syslimits.h> /* PATH_MAX */ 34 # elif !defined(RT_OS_SOLARIS) 33 35 # include <syslimits.h> /* PATH_MAX */ 34 36 # endif
Note:
See TracChangeset
for help on using the changeset viewer.