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

17 lines
478 B
Diff

Index: zic.c
===================================================================
--- zic.c.orig
+++ zic.c
@@ -625,8 +625,10 @@ dolink(const char *const fromfield, cons
fromname);
result = symlink(symlinkcontents,
toname);
+#if 0
if (result == 0)
-warning(_("hard link failed, symbolic link used"));
+ warning(_("hard link failed, symbolic link used"));
+#endif
free(symlinkcontents);
}
#endif /* HAVE_SYMLINK */