Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / xforms / patches / patch-lib_local.h
bloba8b0a593c2bfb2083c2375263e6e46409a04041e
1 $NetBSD$
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
7 @@ -81,7 +81,7 @@
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 * */