aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/oleo/files/patch-src::posixtm.y12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/oleo/files/patch-src::posixtm.y b/math/oleo/files/patch-src::posixtm.y
new file mode 100644
index 000000000000..efe8896d05d9
--- /dev/null
+++ b/math/oleo/files/patch-src::posixtm.y
@@ -0,0 +1,12 @@
+$FreeBSD$
+
+--- src/posixtm.y.orig Thu Jan 2 11:29:14 2003
++++ src/posixtm.y Thu Jan 2 11:30:01 2003
+@@ -85,6 +85,7 @@
+ YYABORT;
+ }
+ }
++ ;
+
+ year : digitpair {
+ t.tm_year = $1;