diff options
Diffstat (limited to 'databases/postgresql74/patches/patch-ak')
-rw-r--r-- | databases/postgresql74/patches/patch-ak | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/postgresql74/patches/patch-ak b/databases/postgresql74/patches/patch-ak new file mode 100644 index 00000000000..c9df1c4f819 --- /dev/null +++ b/databases/postgresql74/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1 2005/11/08 16:40:38 joerg Exp $ + +--- contrib/pg_dumplo/utils.c.orig 2005-11-08 15:17:25.000000000 +0000 ++++ contrib/pg_dumplo/utils.c +@@ -20,8 +20,6 @@ + + #include "pg_dumplo.h" + +-extern int errno; +- + static void Dummy_NoticeProcessor(void *arg, const char *message); + static void Default_NoticeProcessor(void *arg, const char *message); + |