=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/main.c,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/netstat/main.c 2000/12/13 15:52:58 1.24 --- src/usr.bin/netstat/main.c 2001/05/18 02:41:38 1.25 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.24 2000/12/13 15:52:58 camield Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.25 2001/05/18 02:41:38 provos Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "from: @(#)main.c 8.4 (Berkeley) 3/1/94"; #else ! static char *rcsid = "$OpenBSD: main.c,v 1.24 2000/12/13 15:52:58 camield Exp $"; #endif #endif /* not lint */ --- 44,50 ---- #if 0 static char sccsid[] = "from: @(#)main.c 8.4 (Berkeley) 3/1/94"; #else ! static char *rcsid = "$OpenBSD: main.c,v 1.25 2001/05/18 02:41:38 provos Exp $"; #endif #endif /* not lint */ *************** *** 171,176 **** --- 171,180 ---- { "_mf6ctable" }, #define N_MIF6TABLE 50 { "_mif6table" }, + #define N_MBPOOL 51 + { "_mbpool" }, + #define N_MCLPOOL 52 + { "_mclpool" }, { ""}, }; *************** *** 433,439 **** exit(1); } if (mflag) { ! mbpr(nl[N_MBSTAT].n_value); exit(0); } if (pflag) { --- 437,444 ---- exit(1); } if (mflag) { ! mbpr(nl[N_MBSTAT].n_value, nl[N_MBPOOL].n_value, ! nl[N_MCLPOOL].n_value); exit(0); } if (pflag) {