3 Use
strerror() on
64-bit Solaris
.
5 --- lib
/local
.h
.orig
2012-12-19 14:21:49.065051486 +0000
6 +++ lib
/local
.h
2012-12-19 14:22:17.622101606 +0000
9 /* (some) suns do not have strerror, use sys_errlist */
11 -#if ( defined(sun) || defined(__sun__) ) && !defined( SYSV )
12 +#if ( defined(sun) || defined(__sun__) ) && !defined( SYSV ) && !defined(_LP64)
13 #define DONT_HAVE_STRERROR
14 #define DONT_HAVE_ATEXIT
15 #define BAD_SPRINTF /* returns char * */