=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/main.c,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/netstat/main.c 2001/11/19 19:02:15 1.28 --- src/usr.bin/netstat/main.c 2002/01/17 21:34:58 1.29 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.28 2001/11/19 19:02:15 mpech Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.29 2002/01/17 21:34:58 mickey 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.28 2001/11/19 19:02:15 mpech 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.29 2002/01/17 21:34:58 mickey Exp $"; #endif #endif /* not lint */ *************** *** 175,181 **** { "_mbpool" }, #define N_MCLPOOL 52 { "_mclpool" }, ! #define N_IPCOMPSTAT 53 { "_ipcompstat" }, { ""}, }; --- 175,181 ---- { "_mbpool" }, #define N_MCLPOOL 52 { "_mclpool" }, ! #define N_IPCOMPSTAT 53 { "_ipcompstat" }, { ""}, }; *************** *** 206,213 **** ipip_stats, "ipencap" }, { -1, N_ETHERIPSTAT, 1, 0, etherip_stats,"etherip" }, ! { -1, N_IPCOMPSTAT, 1, 0, ! ipcomp_stats, "ipcomp" }, { -1, -1, 0, 0, 0, 0 } }; --- 206,213 ---- ipip_stats, "ipencap" }, { -1, N_ETHERIPSTAT, 1, 0, etherip_stats,"etherip" }, ! { -1, N_IPCOMPSTAT, 1, 0, ! ipcomp_stats, "ipcomp" }, { -1, -1, 0, 0, 0, 0 } };