Date: Fri, 10 May 2002 20:55:55 -0700 From: Alfred Perlstein <alfred@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/add extract.c src/usr.s Message-ID: <20020511035555.GE90188@elvis.mu.org> In-Reply-To: <XFMail.20020510235020.jhb@FreeBSD.org> References: <200205110348.g4B3mnu86981@freefall.freebsd.org> <XFMail.20020510235020.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* John Baldwin <jhb@FreeBSD.org> [020510 20:51] wrote: > > On 11-May-2002 Alfred Perlstein wrote: > > alfred 2002/05/10 20:48:49 PDT > > > > Modified files: > > usr.sbin/pkg_install/add extract.c > > usr.sbin/pkg_install/create perform.c pl.c > > usr.sbin/pkg_install/delete perform.c > > usr.sbin/pkg_install/info show.c > > usr.sbin/pkg_install/lib file.c pen.c plist.c > > Log: > > fix build: > > you may not use string concatination with __FUNCTION__, replace all > > occurances > > of: > > __FUNCTION__ ": error string" > > with: > > "%s: error string" > > You should also use __func__ instead of __FUNCTION__ since __func__ is > the standard (C-99 IIRC) name for it. I don't mind fixing that, should I? -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020511035555.GE90188>