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.31 by patch [itojun]:



details:   https://anonhg.NetBSD.org/src/rev/d498c9693c69
branches:  netbsd-1-5
changeset: 490008:d498c9693c69
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Oct 30 22:47:48 2000 +0000

description:
Pullup 1.31 by patch [itojun]:
more fix to "pfkey printed twice" problem.  PR 11323 from ura.

diffstat:

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

diffs (29 lines):

diff -r 70f386a6b635 -r d498c9693c69 usr.bin/netstat/main.c
--- a/usr.bin/netstat/main.c    Mon Oct 30 22:45:22 2000 +0000
+++ b/usr.bin/netstat/main.c    Mon Oct 30 22:47:48 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.27.4.1 2000/10/05 14:54:33 itojun Exp $     */
+/*     $NetBSD: main.c,v 1.27.4.2 2000/10/30 22:47:48 tv 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.4.1 2000/10/05 14:54:33 itojun Exp $");
+__RCSID("$NetBSD: main.c,v 1.27.4.2 2000/10/30 22:47:48 tv Exp $");
 #endif
 #endif /* not lint */
 
@@ -242,10 +242,8 @@
 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