timezone update 2016g

OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=186
This commit is contained in:
2016-09-16 12:22:30 +00:00
committed by Git OBS Bridge
parent 8242cd8f68
commit 96cba8175e
20 changed files with 68 additions and 896 deletions

View File

@@ -1,15 +0,0 @@
Index: timezone-2016b/zic.c
===================================================================
--- timezone-2016b.orig/zic.c
+++ timezone-2016b/zic.c
@@ -788,8 +788,10 @@ dolink(char const *fromfield, char const
memcpy(p, "../", 3);
strcpy(p, t);
result = symlink(symlinkcontents, toname);
+#if 0
if (result == 0)
warning(_("hard link failed, symbolic link used"));
+#endif
free(symlinkcontents);
}
if (result != 0) {