Date: Thu, 8 Dec 2011 08:32:10 +0100 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Eitan Adler <eadler@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r228342 - head/contrib/tzcode/zic Message-ID: <20111208073210.GC1678@garage.freebsd.pl> In-Reply-To: <201112080240.pB82ek4Q066638@svn.freebsd.org> References: <201112080240.pB82ek4Q066638@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--WplhKdTI2c8ulnbP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 08, 2011 at 02:40:46AM +0000, Eitan Adler wrote: > Author: eadler (ports committer) > Date: Thu Dec 8 02:40:46 2011 > New Revision: 228342 > URL: http://svn.freebsd.org/changeset/base/228342 >=20 > Log: > - set progname for use in usage() > =20 > PR: bin/162908 > Submitted by: Oleg Ginzburg <olevole@olevole.ru> > Approved by: sbruno@ > MFC after: 3 days >=20 > Modified: > head/contrib/tzcode/zic/zdump.c >=20 > Modified: head/contrib/tzcode/zic/zdump.c > =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/contrib/tzcode/zic/zdump.c Thu Dec 8 00:56:23 2011 (r228341) > +++ head/contrib/tzcode/zic/zdump.c Thu Dec 8 02:40:46 2011 (r228342) > @@ -260,6 +260,7 @@ char * argv[]; > register struct tm * tmp; > register struct tm * newtmp; > =20 > + progname=3Dargv[0]; > INITIALIZE(cutlotime); > INITIALIZE(cuthitime); > #if HAVE_GETTEXT It will good to to try to upstream it as this is contributed code. This change doesn't seem to be consistent with the style of this file. They use spaces around =3D. --=20 Pawel Jakub Dawidek http://www.wheelsystems.com FreeBSD committer http://www.FreeBSD.org Am I Evil? Yes, I Am! http://yomoli.com --WplhKdTI2c8ulnbP Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAk7gZ/oACgkQForvXbEpPzRjswCeOZA0Gpw/p36FXaY0MV7aLz58 X8cAoO/iWsc+o5QPAchS4V0b2figXRy7 =Bh37 -----END PGP SIGNATURE----- --WplhKdTI2c8ulnbP--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111208073210.GC1678>