Date: Sat, 13 Apr 1996 08:47:44 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-usrsbin, cvs-sbin Subject: cvs commit: src/usr.sbin/ppp main.c src/sbin/startslip uucplock.c Message-ID: <199604131547.IAA29377@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/04/13 08:47:44 Modified: usr.sbin/ppp main.c sbin/startslip uucplock.c Log: Fixed a couple of format strings to match the change of pid_t from long to int32_t. I only fixed the ones that I noticed the warnings for. Perhaps most of the format strings are correct now because they were wrong before. Except of course if int32_t isn't compatible with `int'. Revision Changes Path 1.18 +2 -2 src/usr.sbin/ppp/main.c 1.6 +1 -1 src/sbin/startslip/uucplock.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604131547.IAA29377>