Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.bin/systat pullup 1.5 -> 1.6 (approved by releng-1-5)



details:   https://anonhg.NetBSD.org/src/rev/7bcf1a08b765
branches:  netbsd-1-5
changeset: 488501:7bcf1a08b765
user:      itojun <itojun%NetBSD.org@localhost>
date:      Fri Jul 14 05:49:37 2000 +0000

description:
pullup 1.5 -> 1.6 (approved by releng-1-5)
remove pulldown statistics

diffstat:

 usr.bin/systat/ip6.c |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r cb7f9ba7250d -r 7bcf1a08b765 usr.bin/systat/ip6.c
--- a/usr.bin/systat/ip6.c      Thu Jul 13 20:20:27 2000 +0000
+++ b/usr.bin/systat/ip6.c      Fri Jul 14 05:49:37 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip6.c,v 1.4 2000/06/13 13:37:13 ad Exp $       */
+/*     $NetBSD: ip6.c,v 1.4.2.1 2000/07/14 05:49:37 itojun Exp $       */
 
 /*
  * Copyright (c) 1999 Andrew Doran <ad%NetBSD.org@localhost>
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ip6.c,v 1.4 2000/06/13 13:37:13 ad Exp $");
+__RCSID("$NetBSD: ip6.c,v 1.4.2.1 2000/07/14 05:49:37 itojun Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -129,9 +129,6 @@
        RHD(10, "  can't be fragmented");
 
        RHD(12, "violated scope rules");
-       RHD(13, "call to m_pulldown");
-       RHD(14, "mbuf allocation in m_pulldown");
-       RHD(15, "mbuf copy in m_pulldown");
 }
        
 void
@@ -186,9 +183,6 @@
        SHOW(i.ip6s_cantfrag, 10, 35);
 
        SHOW(i.ip6s_badscope, 12, 35);
-       SHOW(i.ip6s_pulldown, 13, 35);
-       SHOW(i.ip6s_pulldown_alloc, 14, 35);
-       SHOW(i.ip6s_pulldown_copy, 15, 35);
 }
 
 int



Home | Main Index | Thread Index | Old Index