diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-01-02 16:33:58 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-01-02 16:33:58 +0000 |
commit | 37d195a89c752036639b3befbc9bb925cbd373fa (patch) | |
tree | 215583d9ad606cd182b97f13c396f891475969f5 /math/oleo | |
parent | 83f46c87559eb1f478db273216736355e8bab58e (diff) | |
download | ports-37d195a89c752036639b3befbc9bb925cbd373fa.tar.gz ports-37d195a89c752036639b3befbc9bb925cbd373fa.zip |
Notes
Diffstat (limited to 'math/oleo')
-rw-r--r-- | math/oleo/files/patch-src::posixtm.y | 12 |
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; |