Accepting request 323135 from home:AndreasStieger:branches:Base:System
timezone update 2015f [boo#941249] OBS-URL: https://build.opensuse.org/request/show/323135 OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=164
This commit is contained in:
@@ -15,11 +15,11 @@ This patch changes the order to:
|
||||
2. File copy
|
||||
3. Symbolic link
|
||||
|
||||
Index: timezone-2015d/zic.c
|
||||
Index: timezone-2015f/zic.c
|
||||
===================================================================
|
||||
--- timezone-2015d.orig/zic.c
|
||||
+++ timezone-2015d/zic.c
|
||||
@@ -734,6 +734,23 @@ relname(char const *dir, char const *bas
|
||||
--- timezone-2015f.orig/zic.c
|
||||
+++ timezone-2015f/zic.c
|
||||
@@ -738,6 +738,23 @@ relname(char const *dir, char const *bas
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,9 +41,9 @@ Index: timezone-2015d/zic.c
|
||||
+}
|
||||
+
|
||||
static void
|
||||
dolink(const char *const fromfield, const char *const tofield)
|
||||
dolink(char const *fromfield, char const *tofield)
|
||||
{
|
||||
@@ -763,6 +780,8 @@ dolink(const char *const fromfield, cons
|
||||
@@ -767,6 +784,8 @@ dolink(char const *fromfield, char const
|
||||
exit(EXIT_FAILURE);
|
||||
|
||||
result = link(fromname, toname);
|
||||
|
Reference in New Issue
Block a user