freebsd-ports/math/oleo/files/patch-src_posixtm.y
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00

10 lines
206 B
Text

--- 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;