svn commit: r228342 - head/contrib/tzcode/zic

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Dec 8 07:33:11 UTC 2011


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
> 
> Log:
>   - set progname for use in usage()
>   
>   PR:		bin/162908
>   Submitted by:	Oleg Ginzburg <olevole at olevole.ru>
>   Approved by:	sbruno@
>   MFC after:	3 days
> 
> Modified:
>   head/contrib/tzcode/zic/zdump.c
> 
> Modified: head/contrib/tzcode/zic/zdump.c
> ==============================================================================
> --- 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;
>  
> +	progname=argv[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 =.

-- 
Pawel Jakub Dawidek                       http://www.wheelsystems.com
FreeBSD committer                         http://www.FreeBSD.org
Am I Evil? Yes, I Am!                     http://yomoli.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20111208/4051abee/attachment.pgp


More information about the svn-src-head mailing list