Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/etc/rc.d



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)



Home | Main Index | Thread Index | Old Index