Here are additional patches for the UnixWare 7 port.
Bruce Momjian <bruce@momjian.us>
Here are additional patches for the UnixWare 7 port. Summary of changes: In pqcomm.h, use the SUN_LEN macro if it is defined to calculate the size of the sockaddr_un structure. In unixware.h, drop the use of the UNIXWARE macro. Everything can be handled with the USE_UNIVEL_CC and DISABLE_COMPLEX_MACRO macros. In s_lock.h, remove the reference to the UNIXWARE macro (see above). In the unixware template, add the YFLAGS:-d line. In various makefile templates, add (or cleanup) unixware and univel port specific information. -- Billy G. Allie
Files
| Path | Change | +/− |
|---|---|---|
| src/include/libpq/pqcomm.h | modified | +6 −1 |
| src/include/port/unixware.h | modified | +5 −1 |
| src/include/storage/s_lock.h | modified | +3 −3 |
| src/interfaces/libpgtcl/Makefile.in | modified | +8 −1 |
| src/interfaces/libpq++/Makefile | modified | +15 −1 |
| src/interfaces/libpq/Makefile.in | modified | +9 −2 |
| src/template/unixware | modified | +3 −2 |