From owner-cvs-src-old@FreeBSD.ORG Sun Oct 18 15:59:19 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70AD5106566C for ; Sun, 18 Oct 2009 15:59:19 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 604568FC18 for ; Sun, 18 Oct 2009 15:59:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9IFxJTh003256 for ; Sun, 18 Oct 2009 15:59:19 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9IFxJBQ003255 for cvs-src-old@freebsd.org; Sun, 18 Oct 2009 15:59:19 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200910181559.n9IFxJBQ003255@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Sun, 18 Oct 2009 15:58:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin/netstat route.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2009 15:59:19 -0000 rwatson 2009-10-18 15:58:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/netstat route.c Log: SVN rev 198209 on 2009-10-18 15:58:57Z by rwatson Merge r198118 from head to stable/8: Print routing statistics as unsigned short rather than unsigned int, otherwise sign extension leads to unlikely values when in the negative range of the signed short structure fields that hold the statistics. The type used to hold routing statistics is arguably also incorrect. Approved by: re (bz) Revision Changes Path 1.94.2.2 +5 -5 src/usr.bin/netstat/route.c