=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/main.c,v retrieving revision 1.43 retrieving revision 1.44 diff -c -r1.43 -r1.44 *** src/usr.bin/netstat/main.c 2003/12/15 07:11:31 1.43 --- src/usr.bin/netstat/main.c 2004/03/13 22:02:13 1.44 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.43 2003/12/15 07:11:31 mcbride Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.44 2004/03/13 22:02:13 deraadt Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* *************** *** 40,46 **** #if 0 static char sccsid[] = "from: @(#)main.c 8.4 (Berkeley) 3/1/94"; #else ! static char *rcsid = "$OpenBSD: main.c,v 1.43 2003/12/15 07:11:31 mcbride Exp $"; #endif #endif /* not lint */ --- 40,46 ---- #if 0 static char sccsid[] = "from: @(#)main.c 8.4 (Berkeley) 3/1/94"; #else ! static char *rcsid = "$OpenBSD: main.c,v 1.44 2004/03/13 22:02:13 deraadt Exp $"; #endif #endif /* not lint */ *************** *** 214,223 **** etherip_stats,"etherip" }, { -1, N_IPCOMPSTAT, 1, 0, ipcomp_stats, "ipcomp" }, ! { -1, N_CARPSTAT, 1, 0, ! carp_stats, "carp" }, ! { -1, N_PFSYNCSTAT, 1, 0, ! pfsync_stats, "pfsync" }, { -1, -1, 0, 0, 0, 0 } }; --- 214,223 ---- etherip_stats,"etherip" }, { -1, N_IPCOMPSTAT, 1, 0, ipcomp_stats, "ipcomp" }, ! { -1, N_CARPSTAT, 1, 0, ! carp_stats, "carp" }, ! { -1, N_PFSYNCSTAT, 1, 0, ! pfsync_stats, "pfsync" }, { -1, -1, 0, 0, 0, 0 } };