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

16 lines
377 B
Diff
Raw Normal View History

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