From owner-cvs-all Mon Dec 7 04:14:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22253 for cvs-all-outgoing; Mon, 7 Dec 1998 04:14:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 EAA22248; Mon, 7 Dec 1998 04:14:04 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA14530; Mon, 7 Dec 1998 04:14:05 -0800 (PST) Date: Mon, 7 Dec 1998 04:14:05 -0800 (PST) Message-Id: <199812071214.EAA14530@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/sh/bltin bltin.h src/usr.bin/printf printf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/12/07 04:14:04 PST Modified files: bin/sh/bltin bltin.h usr.bin/printf printf.c Log: Fixed warnx format errors in printf and csh, and snprintf format errors in sh, by using separate macros for the 1, 2 and 3-arg calls to warnx. (The 3-arg warnx macro in sh/bltin/bltin.h used to require bogus dummy args.) Revision Changes Path 1.9 +12 -2 src/bin/sh/bltin/bltin.h 1.12 +11 -7 src/usr.bin/printf/printf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message