pkgsrc/comms/mgetty+sendfax/patches
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
..
patch-aa
patch-ab
patch-ac
patch-ad
patch-af
patch-ag
patch-ah
patch-ai
patch-aj
patch-ak
patch-al
patch-am
patch-ap
patch-aq
patch-ar
patch-as
patch-fax_Makefile
patch-faxrec.c
patch-g3_g3cat.c
patch-g3_pbm2g3.c
patch-login.c
patch-sendfax.c