opnsense-ports/math/oleo/files/patch-src_posixtm.y
Franco Fichtner 8ad724692c */*: sync with upstream
Taken from: FreeBSD
2016-08-24 04:01:43 +02:00

10 lines
187 B
Text

--- src/posixtm.y.orig 2000-07-22 06:13:16 UTC
+++ src/posixtm.y
@@ -85,6 +85,7 @@ date :
YYABORT;
}
}
+ ;
year : digitpair {
t.tm_year = $1;