Subject: Re: CVS commit: src/etc/rc.d
To: Martin Husemann <martin@NetBSD.org>
From: Alan Barrett <apb@cequrux.com>
List: source-changes
Date: 08/24/2007 19:26:49
On Fri, 24 Aug 2007, Martin Husemann wrote:
> Modified Files:
> 	src/etc/rc.d: rtclocaltime
> 
> Log Message:
> Cosmetics: print 0 instead of -0.
> >From Zafer Aydogan in PR bin/36831.

This is the wrong fix.  Please back it out.

The right fix would be to make awk print "0" instead of "-0" when given
a program like '{print (-1 * 0)}'.  I suspect that awk's setfval() needs
to do some normalisation, but I haven't yet figured out how.

--apb (Alan Barrett)