[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Thu May 13 13:04:15 CEST 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/05/13 13:04:15
Modified files:
cm3/m3-libs/m3core/src/time/POSIX/: DatePosixC.c
Log message:
Posix says that struct timeval.tv_sec is a time_t.
But it isn't on OpenBSD:
DatePosixC.c: In function `DatePosix__FromTime':
DatePosixC.c:52: warning: passing arg 1 of `localtime' from incompatible pointer type
DatePosixC.c:52: warning: passing arg 1 of `gmtime' from incompatible pointer ty
And really we were doing a lot more than needed here anyway.
More information about the M3commit
mailing list