Avoid compiler warnings on systems that have snprintf and/or vsnprintf
Tom Lane <tgl@sss.pgh.pa.us>
Avoid compiler warnings on systems that have snprintf and/or vsnprintf but do not bother to declare them in <stdio.h>. Seems to be a more common omission than you'd think...
Files
| Path | Change | +/− |
|---|---|---|
| src/configure | modified | +165 −135 |
| src/configure.in | modified | +10 −0 |
| src/include/c.h | modified | +3 −3 |
| src/include/config.h.in | modified | +11 −5 |
| src/include/port/hpux.h | modified | +0 −8 |