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 <olev...@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

Attachment: pgpgCB7H5AR7J.pgp
Description: PGP signature

Reply via email to