forked from pool/timezone
Dirk Mueller
e79f0e3070
- v2013g - changes for Morocco, Asia/Tehran - v2013g - changes for Morocco, Asia/Tehran OBS-URL: https://build.opensuse.org/request/show/201651 OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=118
14 lines
379 B
Diff
14 lines
379 B
Diff
--- timezone-2013g.orig/zic.c
|
|
+++ timezone-2013g/zic.c
|
|
@@ -646,8 +646,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) {
|