File tzcode-zic.diff of Package timezone.699
Index: timezone-2015e/zic.c =================================================================== --- timezone-2015e.orig/zic.c +++ timezone-2015e/zic.c @@ -784,8 +784,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) {