freebsd-ports/math/oleo/files/patch-src_posixtm.y
John Marino 0b70cc11ff math/oleo: document ncurses and remove extern errno
While here, regenerate all patches with makepatch
2016-08-23 16:25:35 +00: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;