]> granicus.if.org Git - postgresql/commit
Avoid compiler warnings on systems that have snprintf and/or vsnprintf
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Dec 1999 00:51:25 +0000 (00:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Dec 1999 00:51:25 +0000 (00:51 +0000)
commit76898cd330297d16c67c5e7c6024440ff4343336
tree2c87cbf16c1f27db956ecbf53f9a780cdc719054
parent095d83e1294ab54f1a2784b4b9e82d8f2281e4dd
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...
src/configure
src/configure.in
src/include/c.h
src/include/config.h.in
src/include/port/hpux.h