pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/comms/mgetty+sendfax



Module Name:    pkgsrc
Committed By:   is
Date:           Fri Aug 21 11:08:37 UTC 2015

Modified Files:
        pkgsrc/comms/mgetty+sendfax: Makefile distinfo
        pkgsrc/comms/mgetty+sendfax/patches: patch-faxrec.c
Added Files:
        pkgsrc/comms/mgetty+sendfax/patches: patch-sendfax.c

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.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/comms/mgetty+sendfax/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/comms/mgetty+sendfax/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/comms/mgetty+sendfax/patches/patch-faxrec.c
cvs rdiff -u -r0 -r1.1 pkgsrc/comms/mgetty+sendfax/patches/patch-sendfax.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index