VirtualBox

Changeset 53996 in vbox for trunk/src/VBox/ExtPacks


Ignore:
Timestamp:
Jan 27, 2015 11:59:01 PM (10 years ago)
Author:
vboxsync
Message:

syslimits.h not on solaris?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h

    r53991 r53996  
    3030# include <sys/types.h>
    3131# include <limits.h>        /* Workaround for syslimit.h bug in gcc 4.8.3 on gentoo. */
    32 # include <syslimits.h>     /* PATH_MAX */
     32# ifndef RT_OS_SOLARIS
     33#  include <syslimits.h>    /* PATH_MAX */
     34# endif
    3335# include <libgen.h>        /* basename */
    3436# include <unistd.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