From: Tom Lane Date: Wed, 19 Oct 2016 23:28:11 +0000 (-0400) Subject: Windows portability fix. X-Git-Tag: REL_10_BETA1~1538 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad90ac4d671d320ade3c127f215e97cd49c307fb;p=postgresql Windows portability fix. Per buildfarm. --- diff --git a/src/timezone/zic.c b/src/timezone/zic.c index 52d8004ff7..04f4df27ce 100644 --- a/src/timezone/zic.c +++ b/src/timezone/zic.c @@ -35,6 +35,9 @@ typedef int64 zic_t; #define MKDIR_UMASK 0755 #endif #endif +#ifndef S_ISLNK +#define S_ISLNK(m) 0 +#endif struct rule {