From owner-cvs-all Thu Oct 29 14:18:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01406 for cvs-all-outgoing; Thu, 29 Oct 1998 14:18:53 -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 OAA01390; Thu, 29 Oct 1998 14:18:49 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA23920; Thu, 29 Oct 1998 14:18:48 -0800 (PST) Date: Thu, 29 Oct 1998 14:18:48 -0800 (PST) Message-Id: <199810292218.OAA23920@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/include err.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/10/29 14:18:48 PST Modified files: include err.h Log: Add support for -Wformat consistency checking between format strings and their argument lists for the err(3) family of functions. Note, I intentionally used __printflike instead of __printf0like for warnx. Although a NULL format string is legal for that function, it doesn't make any sense. Revision Changes Path 1.6 +7 -7 src/include/err.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message