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

16 lines
475 B
Diff
Raw Normal View History

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