SHA256
3
0
forked from pool/timezone
timezone/tzcode-zic.diff

14 lines
283 B
Diff

--- zic.c
+++ zic.c 2006/01/11 17:41:30
@@ -653,8 +653,10 @@
fromname);
result = symlink(symlinkcontents,
toname);
+#if 0
if (result == 0)
warning(_("hard link failed, symbolic link used"));
+#endif
ifree(symlinkcontents);
}
#endif /* HAVE_SYMLINK */