2014-03-26 15:07:41 +01:00
|
|
|
Index: timezone-2014b/zic.c
|
|
|
|
===================================================================
|
|
|
|
--- timezone-2014b.orig/zic.c
|
|
|
|
+++ timezone-2014b/zic.c
|
|
|
|
@@ -674,8 +674,10 @@ dolink(const char *const fromfield, cons
|
2013-10-02 10:08:58 +02:00
|
|
|
"../");
|
|
|
|
symlinkcontents = ecatalloc(symlinkcontents, t);
|
|
|
|
result = symlink(symlinkcontents, toname);
|
2007-08-09 12:05:51 +02:00
|
|
|
+#if 0
|
|
|
|
if (result == 0)
|
2013-10-02 10:08:58 +02:00
|
|
|
warning(_("hard link failed, symbolic link used"));
|
2007-08-09 12:05:51 +02:00
|
|
|
+#endif
|
2012-10-27 14:44:04 +02:00
|
|
|
free(symlinkcontents);
|
2007-08-09 12:05:51 +02:00
|
|
|
}
|
2013-10-02 10:08:58 +02:00
|
|
|
if (result != 0) {
|