freebsd-ports/japanese/oleo/files/patch-src__posixtm.y.diff
Marcus Alves Grando 2cd22b3113 Update to 1.99.16
PR:		85084
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-10-07 17:50:42 +00:00

10 lines
202 B
Diff

--- src/posixtm.y.orig Wed Aug 17 17:44:35 2005
+++ src/posixtm.y Wed Aug 17 17:44:59 2005
@@ -85,6 +85,7 @@
YYABORT;
}
}
+;
year : digitpair {
t.tm_year = $1;