Source-Changes-HG archive

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

[src/trunk]: src/sys/net Need <netinet6/ip6_var.h> for ip6_statinc() prototype.



details:   https://anonhg.NetBSD.org/src/rev/71d4f37762fe
branches:  trunk
changeset: 446685:71d4f37762fe
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Dec 14 12:27:22 2018 +0000

description:
Need <netinet6/ip6_var.h> for ip6_statinc() prototype.

diffstat:

 sys/net/if_bridge.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 0a48adf163cd -r 71d4f37762fe sys/net/if_bridge.c
--- a/sys/net/if_bridge.c       Fri Dec 14 09:47:40 2018 +0000
+++ b/sys/net/if_bridge.c       Fri Dec 14 12:27:22 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bridge.c,v 1.161 2018/12/12 01:46:47 rin Exp $      */
+/*     $NetBSD: if_bridge.c,v 1.162 2018/12/14 12:27:22 martin Exp $   */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -80,7 +80,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bridge.c,v 1.161 2018/12/12 01:46:47 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bridge.c,v 1.162 2018/12/14 12:27:22 martin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_bridge_ipf.h"
@@ -124,6 +124,7 @@
 
 #include <netinet/ip6.h>
 #include <netinet6/in6_var.h>
+#include <netinet6/ip6_var.h>
 #include <netinet6/ip6_private.h>      /* XXX */
 #endif /* BRIDGE_IPF */
 



Home | Main Index | Thread Index | Old Index