2016-03-18 11:09:33 +01:00
|
|
|
Index: timezone-2016b/zic.c
|
2014-03-26 15:07:41 +01:00
|
|
|
===================================================================
|
2016-03-18 11:09:33 +01:00
|
|
|
--- timezone-2016b.orig/zic.c
|
|
|
|
+++ timezone-2016b/zic.c
|
|
|
|
@@ -788,8 +788,10 @@ dolink(char const *fromfield, char const
|
2015-05-19 17:52:15 +02:00
|
|
|
memcpy(p, "../", 3);
|
|
|
|
strcpy(p, t);
|
2013-10-02 10:08:58 +02:00
|
|
|
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) {
|