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 Fix the VARBASE propagation to all utilities. Without this, we tried 2013-01-29 16:56:39 +00:00
patch-ac
patch-ad
patch-af
patch-ag
patch-ah
patch-ai Workaround for NetBSD-6, but problem not understood: sendfax would 2015-08-21 11:03:43 +00:00
patch-aj
patch-ak
patch-al utmpx.h is no longer included by util.h, adjust. Fix inline use. 2013-03-28 21:17:56 +00:00
patch-am utmpx.h is no longer included by util.h, adjust. Fix inline use. 2013-03-28 21:17:56 +00:00
patch-ap
patch-aq
patch-ar
patch-as
patch-fax_Makefile Use SPECIAL_PERMS and switch to user-destdir mode. While this is intended 2012-04-08 01:28:35 +00:00
patch-faxrec.c There were a few places where time_t was passed to printf-like functions, 2015-08-21 11:08:36 +00:00
patch-g3_g3cat.c utmpx.h is no longer included by util.h, adjust. Fix inline use. 2013-03-28 21:17:56 +00:00
patch-g3_pbm2g3.c utmpx.h is no longer included by util.h, adjust. Fix inline use. 2013-03-28 21:17:56 +00:00
patch-login.c utmpx.h is no longer included by util.h, adjust. Fix inline use. 2013-03-28 21:17:56 +00:00
patch-sendfax.c There were a few places where time_t was passed to printf-like functions, 2015-08-21 11:08:36 +00:00