SHA256
3
0
forked from pool/timezone
Dirk Mueller 2012-10-27 16:49:53 +00:00 committed by Git OBS Bridge
parent 11f43c79b2
commit 972e320527

View File

@ -1,6 +1,8 @@
--- zic.c 2010-01-06 16:21:33.000000000 +0100
+++ zic.c 2010-06-01 01:34:12.000000000 +0200
@@ -614,6 +614,23 @@
Index: zic.c
===================================================================
--- zic.c.orig
+++ zic.c
@@ -576,6 +576,23 @@ _("%s: More than one -L option specified
return (errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
}
@ -22,9 +24,9 @@
+}
+
static void
dolink(fromfield, tofield)
const char * const fromfield;
@@ -649,6 +666,8 @@
dolink(const char *const fromfield, const char *const tofield)
{
@@ -609,6 +626,8 @@ dolink(const char *const fromfield, cons
exit(EXIT_FAILURE);
result = link(fromname, toname);