=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.h,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- src/usr.bin/netstat/netstat.h 2010/10/30 23:06:05 1.58 +++ src/usr.bin/netstat/netstat.h 2011/03/15 13:10:31 1.59 @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.58 2010/10/30 23:06:05 bluhm Exp $ */ +/* $OpenBSD: netstat.h,v 1.59 2011/03/15 13:10:31 jsing Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -39,6 +39,7 @@ int Aflag; /* show addresses of protocol control block */ int aflag; /* show all sockets (including servers) */ +int Bflag; /* show TCP send and receive buffer sizes */ int bflag; /* show bytes instead of packets */ int dflag; /* show i/f dropped packets */ int Fflag; /* show routes whose gateways are in specified AF */