]> git.proxmox.com Git - mirror_iproute2.git/commit
Fix ss to handle partial records.
authorStephen Hemminger <shemminger@osdl.org>
Wed, 18 Jul 2007 14:31:29 +0000 (15:31 +0100)
committerStephen Hemminger <shemminger@oldman.(none)>
Wed, 18 Jul 2007 14:31:29 +0000 (15:31 +0100)
commitab01dbbb94b8620c2bc85e30e107c3a9f0870a73
treea1edc187e325da2d5c7b788a8e8c2b7a5dee370e
parent0ac3470426a1fbeddc202de21515d744c9d1be45
Fix ss to handle partial records.

Output from /proc may include partial records, so rather than
trying to be sexy and do own parsing, just use stdio.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
misc/ss.c