summaryrefslogtreecommitdiff
path: root/databases/postgresql90/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql90/patches/patch-ag')
-rw-r--r--databases/postgresql90/patches/patch-ag15
1 files changed, 0 insertions, 15 deletions
diff --git a/databases/postgresql90/patches/patch-ag b/databases/postgresql90/patches/patch-ag
deleted file mode 100644
index 61edf481ecc..00000000000
--- a/databases/postgresql90/patches/patch-ag
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ag,v 1.1.1.1 2010/09/21 07:50:46 adam Exp $
-
---- src/timezone/private.h.orig 2009-06-11 16:49:15.000000000 +0200
-+++ src/timezone/private.h
-@@ -51,8 +51,8 @@ extern int unlink(const char *filename);
- extern char *icalloc(int nelem, int elsize);
- extern char *icatalloc(char *old, const char *new);
- extern char *icpyalloc(const char *string);
--extern char *imalloc(int n);
--extern void *irealloc(void *pointer, int size);
-+extern char *imalloc(const int n);
-+extern void *irealloc(void *pointer, const int size);
- extern void icfree(char *pointer);
- extern void ifree(char *pointer);
- extern const char *scheck(const char *string, const char *format);