From owner-cvs-all@FreeBSD.ORG Wed Aug 16 03:35:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B236C16A4DA; Wed, 16 Aug 2006 03:35:03 +0000 (UTC) (envelope-from nate@root.org) Received: from ylpvm12.prodigy.net (ylpvm12-ext.prodigy.net [207.115.57.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CF6F43D58; Wed, 16 Aug 2006 03:35:02 +0000 (GMT) (envelope-from nate@root.org) X-ORBL: [71.139.3.149] Received: from [10.0.5.51] (ppp-71-139-3-149.dsl.snfc21.pacbell.net [71.139.3.149]) by ylpvm12.prodigy.net (8.13.7 out spool5000 dk/8.13.7) with ESMTP id k7G3YRxJ009496; Tue, 15 Aug 2006 23:34:27 -0400 Message-ID: <44E28FE8.2000803@root.org> Date: Tue, 15 Aug 2006 20:24:24 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: Ruslan Ermilov References: <20060815133302.B847E16A516@hub.freebsd.org> In-Reply-To: <20060815133302.B847E16A516@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/sysctl sysctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Aug 2006 03:35:04 -0000 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