From owner-cvs-all Sun Aug 2 09:06:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24003 for cvs-all-outgoing; Sun, 2 Aug 1998 09:06:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA23998; Sun, 2 Aug 1998 09:06:37 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA01613; Sun, 2 Aug 1998 09:06:35 -0700 (PDT) Date: Sun, 2 Aug 1998 09:06:35 -0700 (PDT) Message-Id: <199808021606.JAA01613@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/ldconfig ldconfig.c src/sbin/mount_portal conf.c src/sbin/mountd mountd.c src/sbin/nos-tun nos-tun.c src/sbin/slattach slattach.c src/sbin/startslip startslip.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/02 09:06:35 PDT Modified files: sbin/ldconfig ldconfig.c sbin/mount_portal conf.c sbin/mountd mountd.c sbin/nos-tun nos-tun.c sbin/slattach slattach.c sbin/startslip startslip.c Log: Fixed printf format errors. Revision Changes Path 1.24 +5 -4 src/sbin/ldconfig/ldconfig.c 1.7 +2 -2 src/sbin/mount_portal/conf.c 1.33 +2 -2 src/sbin/mountd/mountd.c 1.4 +2 -2 src/sbin/nos-tun/nos-tun.c 1.33 +4 -2 src/sbin/slattach/slattach.c 1.29 +3 -2 src/sbin/startslip/startslip.c