Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > autoconf 2.61's AC_FUNC_FSEEKO reports success/failure differently, so > > reorganize code for NetBSD/BSDi port/fseeko.c usage, and make code more > > modular. > > This patch has caused boatloads of > > pg_backup_custom.c: In function `_PrintTocData': > pg_backup_custom.c:480: warning: implicit declaration of function `fseeko' > pg_backup_custom.c: In function `_CloseArchive': > pg_backup_custom.c:815: warning: implicit declaration of function `ftello' > > all over the build. Kindly fix or revert.
OK, I applied a patch that removes the modular change --- hopefully that fixes it. -- Bruce Momjian <[EMAIL PROTECTED]> http://momjian.us EnterpriseDB http://postgres.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate
