forked from pool/timezone
f94f9a8751
1 OBS-URL: https://build.opensuse.org/request/show/308036 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/timezone?expand=0&rev=97
16 lines
453 B
Diff
16 lines
453 B
Diff
Index: timezone-2015d/zic.c
|
|
===================================================================
|
|
--- timezone-2015d.orig/zic.c
|
|
+++ timezone-2015d/zic.c
|
|
@@ -777,8 +777,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) {
|