Date: Thu, 15 Oct 2009 10:31:24 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/netstat route.c Message-ID: <200910151031.n9FAVmA1096367@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-10-15 10:31:24 UTC FreeBSD src repository Modified files: usr.bin/netstat route.c Log: SVN rev 198118 on 2009-10-15 10:31:24Z by rwatson 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. MFC after: 3 days Revision Changes Path 1.95 +5 -5 src/usr.bin/netstat/route.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910151031.n9FAVmA1096367>