=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.h,v retrieving revision 1.58 retrieving revision 1.59 diff -c -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 **** ! /* $OpenBSD: netstat.h,v 1.58 2010/10/30 23:06:05 bluhm Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* --- 1,4 ---- ! /* $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,44 **** --- 39,45 ---- 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 */