pkgsrc/comms/mgetty+sendfax
is 371bb45b14 There were a few places where time_t was passed to printf-like functions,
but the format string specifies %d.
As all of them are time differences, and a fax transmission shouldn't
need more than 2^31 (normally not even 2^15) seconds, cast to (int),
like already in a few other places.
Needed because sizeof(time_t) > sizeof(int) in NetBSD-6 and later.
2015-08-21 11:08:36 +00:00
..
patches There were a few places where time_t was passed to printf-like functions, 2015-08-21 11:08:36 +00:00
DESCR
distinfo There were a few places where time_t was passed to printf-like functions, 2015-08-21 11:08:36 +00:00
Makefile There were a few places where time_t was passed to printf-like functions, 2015-08-21 11:08:36 +00:00
PLIST Update mgetty to 1.1.36, at the same time patching faxspool to use 2009-10-02 19:21:58 +00:00