Portability fixes found needed for SunOS 4.1.x:
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |