diff --git a/tzcode-link.diff b/tzcode-link.diff index 806175c..d51494e 100644 --- a/tzcode-link.diff +++ b/tzcode-link.diff @@ -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);