=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/inet.c,v retrieving revision 1.66 retrieving revision 1.67 diff -c -r1.66 -r1.67 *** src/usr.bin/netstat/inet.c 2003/07/07 21:36:52 1.66 --- src/usr.bin/netstat/inet.c 2003/09/04 03:20:17 1.67 *************** *** 1,4 **** ! /* $OpenBSD: inet.c,v 1.66 2003/07/07 21:36:52 deraadt Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: inet.c,v 1.67 2003/09/04 03:20:17 deraadt Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* *************** *** 34,40 **** #if 0 static char sccsid[] = "from: @(#)inet.c 8.4 (Berkeley) 4/20/94"; #else ! static char *rcsid = "$OpenBSD: inet.c,v 1.66 2003/07/07 21:36:52 deraadt Exp $"; #endif #endif /* not lint */ --- 34,40 ---- #if 0 static char sccsid[] = "from: @(#)inet.c 8.4 (Berkeley) 4/20/94"; #else ! static char *rcsid = "$OpenBSD: inet.c,v 1.67 2003/09/04 03:20:17 deraadt Exp $"; #endif #endif /* not lint */ *************** *** 779,785 **** } /* ! * Dump ESP statistics structure. */ void ipip_stats(u_long off, char *name) --- 779,785 ---- } /* ! * Dump IP-in-IP statistics structure. */ void ipip_stats(u_long off, char *name)