summaryrefslogtreecommitdiff
path: root/databases/postgresql81/patches/patch-ah
blob: 5ac57bf1cc273517d867038e99a41d35bda6ebe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ah,v 1.1.1.1 2006/03/20 14:45:49 uebayasi Exp $

--- src/timezone/strftime.c.orig	2005-10-15 11:49:51.000000000 +0900
+++ src/timezone/strftime.c
@@ -90,7 +90,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 *);