Date: Thu, 12 Jan 2012 02:16:30 +0200 From: Kostik Belousov <kostikbel@gmail.com> To: Guy Helmer <ghelmer@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r229986 - head/lib/libutil Message-ID: <20120112001630.GS31224@deviant.kiev.zoral.com.ua> In-Reply-To: <201201112233.q0BMXfgD079582@svn.freebsd.org> References: <201201112233.q0BMXfgD079582@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Wed, Jan 11, 2012 at 10:33:41PM +0000, Guy Helmer wrote: > Author: ghelmer > Date: Wed Jan 11 22:33:41 2012 > New Revision: 229986 > URL: http://svn.freebsd.org/changeset/base/229986 > > Log: > Fix namespace issues with prototype parameter names. > Add missing prototype parameter names. > > Requested by bde. > > Modified: > head/lib/libutil/libutil.h > > Modified: head/lib/libutil/libutil.h > ============================================================================== > --- head/lib/libutil/libutil.h Wed Jan 11 22:12:45 2012 (r229985) > +++ head/lib/libutil/libutil.h Wed Jan 11 22:33:41 2012 (r229986) > @@ -93,7 +93,7 @@ struct termios; > struct winsize; > > __BEGIN_DECLS > -char *auth_getval(const char *name); > +char *auth_getval(const char *_name); The _[a-z].* names are still in the app namespace. Only _[A-Z].* and __[a-z].* are reserved for the implementation. [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAk8OJl0ACgkQC3+MBN1Mb4hDYACfc1cU0SIE4mvEWTzVHvG5ei8r +nkAnA0WVQwewJbUxuL3frjWqu//3h0J =76CG -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120112001630.GS31224>
