5b19de59a5
Update to 2014i [bsc#902276] OBS-URL: https://build.opensuse.org/request/show/258045 OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=145
16 lines
475 B
Diff
16 lines
475 B
Diff
Index: timezone-2014i/zic.c
|
|
===================================================================
|
|
--- timezone-2014i.orig/zic.c
|
|
+++ timezone-2014i/zic.c
|
|
@@ -747,8 +747,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) {
|