Index: timezone-2015d/zic.c =================================================================== --- timezone-2015d.orig/zic.c +++ timezone-2015d/zic.c @@ -777,8 +777,10 @@ dolink(const char *const fromfield, cons memcpy(p, "../", 3); strcpy(p, t); result = symlink(symlinkcontents, toname); +#if 0 if (result == 0) warning(_("hard link failed, symbolic link used")); +#endif free(symlinkcontents); } if (result != 0) {