=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/main.c,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/netstat/main.c 2000/01/11 01:14:26 1.20 --- src/usr.bin/netstat/main.c 2000/01/21 03:24:06 1.21 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.20 2000/01/11 01:14:26 fgsch Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.21 2000/01/21 03:24:06 angelos 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.20 2000/01/11 01:14:26 fgsch 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.21 2000/01/21 03:24:06 angelos Exp $"; #endif #endif /* not lint */ *************** *** 146,152 **** #define N_ESPSTAT 37 { "_espstat"}, #define N_IP4STAT 38 ! { "_ip4stat"}, #define N_DDPSTAT 39 { "_ddpstat"}, #define N_DDPCB 40 --- 146,152 ---- #define N_ESPSTAT 37 { "_espstat"}, #define N_IP4STAT 38 ! { "_ipipstat"}, #define N_DDPSTAT 39 { "_ddpstat"}, #define N_DDPCB 40 *************** *** 197,203 **** { -1, N_ESPSTAT, 1, 0, esp_stats, "esp" }, { -1, N_IP4STAT, 1, 0, ! ip4_stats, "ipencap" }, { -1, N_ETHERIPSTAT, 1, 0, etherip_stats,"etherip" }, { -1, -1, 0, 0, --- 197,203 ---- { -1, N_ESPSTAT, 1, 0, esp_stats, "esp" }, { -1, N_IP4STAT, 1, 0, ! ipip_stats, "ipencap" }, { -1, N_ETHERIPSTAT, 1, 0, etherip_stats,"etherip" }, { -1, -1, 0, 0,