summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/pim6_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/pim6_var.h')
-rw-r--r--sys/netinet6/pim6_var.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/netinet6/pim6_var.h b/sys/netinet6/pim6_var.h
index aa6fc6c..19d0e90 100644
--- a/sys/netinet6/pim6_var.h
+++ b/sys/netinet6/pim6_var.h
@@ -1,6 +1,3 @@
-/* $FreeBSD$ */
-/* $KAME: pim6_var.h,v 1.8 2000/06/06 08:07:43 jinmei Exp $ */
-
/*-
* Copyright (C) 1998 WIDE Project.
* All rights reserved.
@@ -28,11 +25,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $KAME: pim6_var.h,v 1.8 2000/06/06 08:07:43 jinmei Exp $
+ * $FreeBSD$
*/
-#ifndef _NETINET6_PIM6_VAR_H_
-#define _NETINET6_PIM6_VAR_H_
-
/*
* Protocol Independent Multicast (PIM),
* implementation-specific definitions.
@@ -41,6 +38,9 @@
* Modified by Pavlin Ivanov Radoslavov, USC/ISI, May 1998
*/
+#ifndef _NETINET6_PIM6_VAR_H_
+#define _NETINET6_PIM6_VAR_H_
+
struct pim6stat {
u_quad_t pim6s_rcv_total; /* total PIM messages received */
u_quad_t pim6s_rcv_tooshort; /* received with too few bytes */
OpenPOWER on IntegriCloud