Fix not-HAVE_SYMLINK code in zic.c.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 59f5b61cce3cfdfca3dc1a3f68307a47156d6a97
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-10-26T17:41:03Z
Releases: 9.5.6
Fix not-HAVE_SYMLINK code in zic.c.

I broke this in commit f3094920a.  Apparently it's dead code anyway,
at least as far as our buildfarm is concerned (and the upstream IANA
code doesn't worry at all about symlink() not being present).
But as long as the rest of our code is willing to guard against not
having symlink(), this should too.  Noted while investigating a
tangentially-related complaint from Sandeep Thakkar.

Back-patch to keep branches in sync.

Files

PathChange+/−
src/timezone/zic.c modified +2 −0