Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2011 20:10:03 +1100
From:      Peter Jeremy <peterjeremy@acm.org>
To:        Ed Schouten <ed@FreeBSD.org>
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r227156 - head/usr.bin/cmp
Message-ID:  <20111106091003.GA37935@server.vk2pj.dyndns.org>
In-Reply-To: <201111060814.pA68EGLf008005@svn.freebsd.org>
References:  <201111060814.pA68EGLf008005@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--ZGiS0Q5IWpPtfppv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On 2011-Nov-06 08:14:16 +0000, Ed Schouten <ed@FreeBSD.org> wrote:
>Log:
>  Add missing static keywords to cmp(1)
>
>Modified:
>  head/usr.bin/cmp/extern.h
>
>Modified: head/usr.bin/cmp/extern.h
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
>--- head/usr.bin/cmp/extern.h	Sun Nov  6 08:14:09 2011	(r227155)
>+++ head/usr.bin/cmp/extern.h	Sun Nov  6 08:14:16 2011	(r227156)
>@@ -42,4 +42,4 @@ void	c_special(int, const char *, off_t,
> void	diffmsg(const char *, const char *, off_t, off_t);
> void	eofmsg(const char *);
>=20
>-extern int lflag, sflag, xflag;
>+extern int lflag, sflag, xflag, zflag;

That's an interesting spelling of "static".  I presume this is a
general cleanup of identifier visibility to prevent unexpected
aliasing - in which case a more general log message may have nicer.

--=20
Peter Jeremy

--ZGiS0Q5IWpPtfppv
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (FreeBSD)

iEYEARECAAYFAk62TusACgkQ/opHv/APuIeFtQCgiMREp2DST3LTbyM0EJ+nqlKK
IEwAmgP40UZDCDLtazmJwMI5Dk4p0AsC
=Gz3J
-----END PGP SIGNATURE-----

--ZGiS0Q5IWpPtfppv--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111106091003.GA37935>