From owner-cvs-src@FreeBSD.ORG Wed Feb 1 12:26:59 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2327616A420; Wed, 1 Feb 2006 12:26:59 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from viefep12-int.chello.at (viefep12-int.chello.at [213.46.255.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB07D43D55; Wed, 1 Feb 2006 12:26:57 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from wombat.fafoe.narf.at ([213.47.85.26]) by viefep12-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20060201122655.MMFR24993.viefep12-int.chello.at@wombat.fafoe.narf.at>; Wed, 1 Feb 2006 13:26:55 +0100 Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id 58657BFB4; Wed, 1 Feb 2006 13:26:54 +0100 (CET) Date: Wed, 1 Feb 2006 13:26:54 +0100 From: Stefan Farfeleder To: "M. Warner Losh" Message-ID: <20060201122652.GB610@wombat.fafoe.narf.at> References: <200601311757.k0VHvHuF060699@repoman.freebsd.org> <20060131.121247.100359574.imp@bsdimp.com> <20060131.135734.112813988.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060131.135734.112813988.imp@bsdimp.com> User-Agent: Mutt/1.5.11 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 12:26:59 -0000 On Tue, Jan 31, 2006 at 01:57:34PM -0700, M. Warner Losh wrote: > Index: nl_types.h > =================================================================== > RCS file: /u/home/ncvs/src/include/nl_types.h,v > retrieving revision 1.12 > diff -u -r1.12 nl_types.h > --- nl_types.h 26 Jan 2006 20:53:40 -0000 1.12 > +++ nl_types.h 31 Jan 2006 20:06:37 -0000 > @@ -97,6 +97,9 @@ > > __BEGIN_DECLS > nl_catd catopen(const char *, int); > +#ifndef __format_arg > +#define __format_arg(a) __attribute__((__format_arg__(a))) > +#endif > char *catgets(nl_catd, int, int, const char *) __format_arg(4); > int catclose(nl_catd); > __END_DECLS Thanks, I've committed that. Sorry for the breakage.