Date: Wed, 1 Feb 2006 13:26:54 +0100 From: Stefan Farfeleder <stefan@fafoe.narf.at> To: "M. Warner Losh" <imp@bsdimp.com> 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 Message-ID: <20060201122652.GB610@wombat.fafoe.narf.at> In-Reply-To: <20060131.135734.112813988.imp@bsdimp.com> References: <200601311757.k0VHvHuF060699@repoman.freebsd.org> <20060131.121247.100359574.imp@bsdimp.com> <20060131.135734.112813988.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060201122652.GB610>