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/netstat pullup 1.29 -> 1.30 (approved by releng...



details:   https://anonhg.NetBSD.org/src/rev/b5f84b3ac223
branches:  netbsd-1-5
changeset: 489683:b5f84b3ac223
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Oct 05 14:54:33 2000 +0000

description:
pullup 1.29 -> 1.30 (approved by releng-1-5)
don't print pfkey statistics twice.  from uep

diffstat:

 usr.bin/netstat/main.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 286086a1fec4 -r b5f84b3ac223 usr.bin/netstat/main.c
--- a/usr.bin/netstat/main.c    Thu Oct 05 14:51:57 2000 +0000
+++ b/usr.bin/netstat/main.c    Thu Oct 05 14:54:33 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.27 2000/04/14 06:11:09 simonb Exp $ */
+/*     $NetBSD: main.c,v 1.27.4.1 2000/10/05 14:54:33 itojun Exp $     */
 
 /*
  * Copyright (c) 1983, 1988, 1993
@@ -43,7 +43,7 @@
 #if 0
 static char sccsid[] = "from: @(#)main.c       8.4 (Berkeley) 3/1/94";
 #else
-__RCSID("$NetBSD: main.c,v 1.27 2000/04/14 06:11:09 simonb Exp $");
+__RCSID("$NetBSD: main.c,v 1.27.4.1 2000/10/05 14:54:33 itojun Exp $");
 #endif
 #endif /* not lint */
 
@@ -242,8 +242,10 @@
 struct protox pfkeyprotox[] = {
        { -1,           N_PFKEYSTAT,    1,      0,
          pfkey_stats,  NULL,           0,      "pfkey" },
+#if 0
        { -1,           -1,             0,      0,
          0,            NULL,           0,      0 }
+#endif
 };
 #endif
 



Home | Main Index | Thread Index | Old Index