summaryrefslogtreecommitdiff
path: root/math/oleo/files/patch-src_posixtm.y
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:33:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:33:47 +0000
commita14c0668720dcafde3f60b7659a01d99ec693a41 (patch)
tree9c1a149bc961f7cd84b7aa93a2d61fec3d0f9685 /math/oleo/files/patch-src_posixtm.y
parentRename mail/ patch-xy patches to reflect the files they modify. (diff)
Rename math/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'math/oleo/files/patch-src_posixtm.y')
-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;