2016-03-26 15:07:49 +01:00
|
|
|
Index: timezone-2016b/zic.c
|
2014-03-27 06:11:27 +01:00
|
|
|
===================================================================
|
2016-03-26 15:07:49 +01:00
|
|
|
--- timezone-2016b.orig/zic.c
|
|
|
|
+++ timezone-2016b/zic.c
|
|
|
|
@@ -788,8 +788,10 @@ dolink(char const *fromfield, char const
|
2015-05-22 16:26:56 +02:00
|
|
|
memcpy(p, "../", 3);
|
|
|
|
strcpy(p, t);
|
2013-10-02 13:34:00 +02:00
|
|
|
result = symlink(symlinkcontents, toname);
|
2007-08-09 12:05:51 +02:00
|
|
|
+#if 0
|
|
|
|
if (result == 0)
|
2013-10-02 13:34:00 +02:00
|
|
|
warning(_("hard link failed, symbolic link used"));
|
2007-08-09 12:05:51 +02:00
|
|
|
+#endif
|
2012-10-29 20:13:44 +01:00
|
|
|
free(symlinkcontents);
|
2007-08-09 12:05:51 +02:00
|
|
|
}
|
2013-10-02 13:34:00 +02:00
|
|
|
if (result != 0) {
|