summaryrefslogtreecommitdiff
path: root/databases/postgresql95/patches/patch-src_timezone_strftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql95/patches/patch-src_timezone_strftime.c')
-rw-r--r--databases/postgresql95/patches/patch-src_timezone_strftime.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/postgresql95/patches/patch-src_timezone_strftime.c b/databases/postgresql95/patches/patch-src_timezone_strftime.c
new file mode 100644
index 00000000000..bf87446d546
--- /dev/null
+++ b/databases/postgresql95/patches/patch-src_timezone_strftime.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_timezone_strftime.c,v 1.1 2016/02/25 21:37:35 tnn Exp $
+
+--- src/timezone/strftime.c.orig 2009-06-11 16:49:15.000000000 +0200
++++ src/timezone/strftime.c
+@@ -89,7 +89,7 @@ static const struct lc_time_T C_time_loc
+ };
+
+ static char *_add(const char *, char *, const char *);
+-static char *_conv(int, const char *, char *, const char *);
++static char *_conv(const int, const char *, char *, const char *);
+ static char *_fmt(const char *, const struct pg_tm *, char *,
+ const char *, int *);
+ static char *_yconv(const int, const int, const int, const int,