=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/inet6.c,v retrieving revision 1.41 retrieving revision 1.42 diff -c -r1.41 -r1.42 *** src/usr.bin/netstat/inet6.c 2010/10/21 10:51:05 1.41 --- src/usr.bin/netstat/inet6.c 2010/12/21 13:12:13 1.42 *************** *** 1,4 **** ! /* $OpenBSD: inet6.c,v 1.41 2010/10/21 10:51:05 bluhm Exp $ */ /* BSDI inet.c,v 2.3 1995/10/24 02:19:29 prb Exp */ /* * Copyright (c) 1983, 1988, 1993 --- 1,4 ---- ! /* $OpenBSD: inet6.c,v 1.42 2010/12/21 13:12:13 claudio Exp $ */ /* BSDI inet.c,v 2.3 1995/10/24 02:19:29 prb Exp */ /* * Copyright (c) 1983, 1988, 1993 *************** *** 413,420 **** } p(ip6s_mext1, "\t\t%llu one ext mbuf%s\n"); p(ip6s_mext2m, "\t\t%llu two or more ext mbuf%s\n"); - p(ip6s_exthdrtoolong, - "\t%llu packet%s whose headers are not continuous\n"); p(ip6s_nogif, "\t%llu tunneling packet%s that can't find gif\n"); p(ip6s_toomanyhdr, "\t%llu packet%s discarded due to too many headers\n"); --- 413,418 ----