Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 20:24:24 -0700
From:      Nate Lawson <nate@root.org>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sbin/sysctl sysctl.c
Message-ID:  <44E28FE8.2000803@root.org>
In-Reply-To: <20060815133302.B847E16A516@hub.freebsd.org>
References:  <20060815133302.B847E16A516@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Ruslan Ermilov wrote:
> ru          2006-08-15 13:32:40 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sbin/sysctl          sysctl.c 
>   Log:
>   Fix printing of integer Kelvins broken in rev. 1.71, which is
>   fatal on sizeof(int) != sizeof(long) systems (such as amd64).
>   
>   MFC after:      1 day
>   
>   Revision  Changes    Path
>   1.73      +3 -3      src/sbin/sysctl/sysctl.c

Thanks for the fix.  Note that 1.71 actually unified on the wrong 
behavior (long) instead of int and before the original code still had a bug.

-- 
Nate




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44E28FE8.2000803>