=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/inet.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- src/usr.bin/netstat/inet.c 1999/12/09 08:55:16 1.40 +++ src/usr.bin/netstat/inet.c 1999/12/09 09:02:28 1.41 @@ -1,4 +1,4 @@ -/* $OpenBSD: inet.c,v 1.40 1999/12/09 08:55:16 angelos Exp $ */ +/* $OpenBSD: inet.c,v 1.41 1999/12/09 09:02:28 angelos Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "from: @(#)inet.c 8.4 (Berkeley) 4/20/94"; #else -static char *rcsid = "$OpenBSD: inet.c,v 1.40 1999/12/09 08:55:16 angelos Exp $"; +static char *rcsid = "$OpenBSD: inet.c,v 1.41 1999/12/09 09:02:28 angelos Exp $"; #endif #endif /* not lint */ @@ -783,5 +783,6 @@ p(ip4s_ibytes, "\t%qu input byte%s\n"); p(ip4s_obytes, "\t%qu output byte%s\n"); p(ip4s_family, "\t%u protocol family mismatches\n"); + p(ip4s_unspec, "\t%u attempts to use tunnel with unspecified endpoint(s)\n"); #undef p }