From owner-cvs-sbin Sat Apr 13 08:47:53 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA29393 for cvs-sbin-outgoing; Sat, 13 Apr 1996 08:47:53 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA29377 Sat, 13 Apr 1996 08:47:44 -0700 (PDT) Date: Sat, 13 Apr 1996 08:47:44 -0700 (PDT) From: Bruce Evans Message-Id: <199604131547.IAA29377@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin, cvs-sbin Subject: cvs commit: src/usr.sbin/ppp main.c src/sbin/startslip uucplock.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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