Commit ad90ac4d authored by Tom Lane's avatar Tom Lane

Windows portability fix.

Per buildfarm.
parent f3094920
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment