SHA256
1
0
forked from pool/timezone
timezone/tzcode-zic.diff
Stephan Kulow 88e72f668f Accepting request 201837 from Base:System
- v2013g 
- changes for Morocco, Asia/Tehran

- v2013g 
- changes for Morocco, Asia/Tehran (forwarded request 201651 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/201837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/timezone?expand=0&rev=78
2013-10-02 11:34:00 +00:00

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) {