Subject: CVS commit: pkgsrc/comms/mgetty+sendfax
From: Ignatios Souvatzis
Date: 2015-08-21 13:08:37
Message id: 20150821110837.1998898@cvs.netbsd.org

Log Message:
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.

Files:
RevisionActionfile
1.94modifypkgsrc/comms/mgetty+sendfax/Makefile
1.39modifypkgsrc/comms/mgetty+sendfax/distinfo
1.2modifypkgsrc/comms/mgetty+sendfax/patches/patch-faxrec.c
1.1addpkgsrc/comms/mgetty+sendfax/patches/patch-sendfax.c