]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
Merge r198118 from head to stable/8:
authorrwatson <rwatson@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 18 Oct 2009 15:58:57 +0000 (15:58 +0000)
committerrwatson <rwatson@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 18 Oct 2009 15:58:57 +0000 (15:58 +0000)
commit00420f09a4174977ca557b3272c4935ae87d740e
tree1dcb68a65ad67c89c8f1aa53b4f4307a70c5ca75
parente06314bb2b7cbfc5bf546886da63a0f508a8e73d
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)

git-svn-id: svn://svn.freebsd.org/base/stable/8@198209 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/netstat/route.c