Portability fixes found needed for SunOS 4.1.x:

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 19740e2fff22e07244183ac0e888794e63016c89
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1998-11-30T00:30:05Z
Releases: 7.1.1
Portability fixes found needed for SunOS 4.1.x:
SunOS has tas(), but not memmove or strerror, and its sprintf() doesn't
return int.  Also, older versions of GNU Make don't like rules with
empty left-hand sides...

Files

PathChange+/−
src/bin/psql/Makefile.in modified +2 −2
src/include/port/sunos4.h modified +5 −0
src/include/regex/utils.h modified +1 −1
src/Makefile.shlib modified +3 −1