]> git.proxmox.com Git - mirror_iproute2.git/commit - misc/ss.c
ss: replace bfp with bpf in usage().
authorRami Rosen <ramirose@gmail.com>
Fri, 24 May 2013 09:42:40 +0000 (12:42 +0300)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 24 May 2013 15:11:01 +0000 (08:11 -0700)
commitb0f01cf60ea9a8ce867d936be801b4f90a498b67
tree213c98dd868f991da68de47ef606281957517c34
parent92deabcf29e1b3df99230e89acc84fd8de53c87f
ss: replace bfp with bpf in usage().

This patch fixes usage() of misc/ss.c to use bpf instead of bfp.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
misc/ss.c