mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 13:28:44 -04:00
e98df1ab29
extern char *sys_errlist[]; #define strerror(A) (sys_errlist[(A)]) #endif /* sunos4 */ is picked up by Solaris when the above is intended only for SunOS. Fix Solaris. Albert Chin-A-Young