$FreeBSD: head/math/oleo/files/patch-src_posixtm.y 363276 2014-07-28 23:33:47Z adamw $ --- 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;