From owner-cvs-all Tue Apr 17 0:46:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F283137B42C; Tue, 17 Apr 2001 00:46:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3H7kcK71083; Tue, 17 Apr 2001 00:46:38 -0700 (PDT) (envelope-from kris) Message-Id: <200104170746.f3H7kcK71083@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 17 Apr 2001 00:46:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pax extern.h tty_subs.c src/bin/rcp extern.h rcp.c src/bin/sh error.c error.h mknodes.c output.c output.h show.h src/bin/sh/bltin bltin.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/04/17 00:46:38 PDT Modified files: bin/pax extern.h tty_subs.c bin/rcp extern.h rcp.c bin/sh error.c error.h mknodes.c output.c output.h show.h bin/sh/bltin bltin.h Log: -Wnon-const-format sweep: make format strings const char *'s, add __printflike()/__printf0like() to function prototypes, as appropriate. Reviewed by: bde, -audit Revision Changes Path 1.8 +4 -4 src/bin/pax/extern.h 1.12 +7 -7 src/bin/pax/tty_subs.c 1.6 +2 -2 src/bin/rcp/extern.h 1.27 +3 -2 src/bin/rcp/rcp.c 1.16 +6 -6 src/bin/sh/error.c 1.13 +3 -3 src/bin/sh/error.h 1.12 +3 -3 src/bin/sh/mknodes.c 1.11 +10 -10 src/bin/sh/output.c 1.9 +6 -6 src/bin/sh/output.h 1.9 +2 -2 src/bin/sh/show.h 1.11 +2 -2 src/bin/sh/bltin/bltin.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message