=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.h,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/netstat/netstat.h 2000/06/30 20:04:01 1.15 --- src/usr.bin/netstat/netstat.h 2000/12/13 15:52:58 1.16 *************** *** 1,4 **** ! /* $OpenBSD: netstat.h,v 1.15 2000/06/30 20:04:01 itojun Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: netstat.h,v 1.16 2000/12/13 15:52:58 camield Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* *************** *** 43,48 **** --- 43,49 ---- int Aflag; /* show addresses of protocol control block */ int aflag; /* show all sockets (including servers) */ + int bflag; /* show bytes instead of packets */ int dflag; /* show i/f dropped packets */ int gflag; /* show group (multicast) routing or stats */ int iflag; /* show interfaces */