mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 10:18:09 -04:00
15 lines
437 B
C
15 lines
437 B
C
$NetBSD: patch-src_backend_utils_adt_datetime.c,v 1.1 2015/01/20 13:16:02 ryoon Exp $
|
|
|
|
--- src/backend/utils/adt/datetime.c.orig 2014-07-21 19:10:42.000000000 +0000
|
|
+++ src/backend/utils/adt/datetime.c
|
|
@@ -31,6 +31,9 @@
|
|
#include "utils/memutils.h"
|
|
#include "utils/tzparser.h"
|
|
|
|
+#if defined(__NetBSD__)
|
|
+#define strtoi pg_strtoi
|
|
+#endif
|
|
|
|
static int DecodeNumber(int flen, char *field, bool haveTextMonth,
|
|
int fmask, int *tmask,
|