Date: Sun, 19 Aug 2001 01:19:37 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.c src/sbin/fsck fsutil.c src/sbin/fsck_ffs fsck.h fsutil.c inode.c src/sbin/fsck_ifs fsck.h fsutil.c src/sbin/init init.c src/sbin/mountd mountd.c src/sbin/newfs newfs.c src/sbin/restore extern.h src/sbin/savecore ... Message-ID: <200108190819.f7J8JbC36942@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 2001/08/19 01:19:37 PDT Modified files: sbin/disklabel disklabel.c sbin/fsck fsutil.c sbin/fsck_ffs fsck.h fsutil.c inode.c sbin/fsck_ifs fsck.h fsutil.c sbin/init init.c sbin/mountd mountd.c sbin/newfs newfs.c sbin/restore extern.h sbin/savecore savecore.c Log: Silence non-constant format string warnings by marking functions as __printflike()/__printf0like(), adding const, or adding missing "%s" format strings, as appropriate. MFC after: 2 weeks Revision Changes Path 1.40 +2 -2 src/sbin/disklabel/disklabel.c 1.3 +2 -2 src/sbin/fsck/fsutil.c 1.20 +4 -4 src/sbin/fsck_ffs/fsck.h 1.7 +2 -2 src/sbin/fsck_ffs/fsutil.c 1.25 +2 -2 src/sbin/fsck_ffs/inode.c 1.15 +4 -4 src/sbin/fsck_ifs/fsck.h 1.4 +2 -2 src/sbin/fsck_ifs/fsutil.c 1.47 +10 -10 src/sbin/init/init.c 1.57 +2 -2 src/sbin/mountd/mountd.c 1.40 +4 -4 src/sbin/newfs/newfs.c 1.6 +3 -3 src/sbin/restore/extern.h 1.42 +2 -2 src/sbin/savecore/savecore.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108190819.f7J8JbC36942>