aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/libtai/files/patch-yearcal.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libtai/files/patch-yearcal.c b/devel/libtai/files/patch-yearcal.c
new file mode 100644
index 000000000000..c12bc4f68956
--- /dev/null
+++ b/devel/libtai/files/patch-yearcal.c
@@ -0,0 +1,11 @@
+--- yearcal.c.orig 1998-10-13 18:52:20.000000000 +0200
++++ yearcal.c 2011-07-01 09:45:48.000000000 +0200
+@@ -16,7 +16,7 @@
+ , "December"
+ } ;
+
+-void main(argc,argv)
++int main(argc,argv)
+ int argc;
+ char **argv;
+ {