Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet6 Remove an extern declaration for the "pim6stat"...
details: https://anonhg.NetBSD.org/src/rev/a1f8d49a0470
branches: trunk
changeset: 536876:a1f8d49a0470
user: simonb <simonb%NetBSD.org@localhost>
date: Mon Sep 23 04:56:58 2002 +0000
description:
Remove an extern declaration for the "pim6stat" variable; the only other
occurance of this is a static variable in ip6_mroute.c.
diffstat:
sys/netinet6/pim6_var.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 20a1caefa422 -r a1f8d49a0470 sys/netinet6/pim6_var.h
--- a/sys/netinet6/pim6_var.h Mon Sep 23 04:55:09 2002 +0000
+++ b/sys/netinet6/pim6_var.h Mon Sep 23 04:56:58 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pim6_var.h,v 1.9 2001/02/10 04:14:29 itojun Exp $ */
+/* $NetBSD: pim6_var.h,v 1.10 2002/09/23 04:56:58 simonb Exp $ */
/* $KAME: pim6_var.h,v 1.8 2000/06/06 08:07:43 jinmei Exp $ */
/*
@@ -52,8 +52,6 @@
};
#if (defined(KERNEL)) || (defined(_KERNEL))
-extern struct pim6stat pim6stat;
-
int pim6_input __P((struct mbuf **, int*, int));
#endif /* KERNEL */
Home |
Main Index |
Thread Index |
Old Index