projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f309492
)
Windows portability fix.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 19 Oct 2016 23:28:11 +0000
(19:28 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 19 Oct 2016 23:28:11 +0000
(19:28 -0400)
Per buildfarm.
src/timezone/zic.c
patch
|
blob
|
blame
|
history
diff --git
a/src/timezone/zic.c
b/src/timezone/zic.c
index 52d8004ff73e437e5ec8146a878ff3ce822bfde2..04f4df27ceccb7abe05262bc3350a0e66bf894c4 100644
(file)
--- 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
{