summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_carp.c
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2005-02-27 11:32:26 +0000
committermlaier <mlaier@FreeBSD.org>2005-02-27 11:32:26 +0000
commitefbe004890a46f651f2a93ab5ed05e556bd5020e (patch)
tree94ede4510f387dfa5c7ce1788a909e0588a32509 /sys/netinet/ip_carp.c
parent0434ec5fe811d1420d080ae4e36fbdb6cf6d0bc3 (diff)
downloadFreeBSD-src-efbe004890a46f651f2a93ab5ed05e556bd5020e.zip
FreeBSD-src-efbe004890a46f651f2a93ab5ed05e556bd5020e.tar.gz
Unbreak the build. carp_iamatch6 and carp_macmatch6 are not supposed to be
static as they are used elsewhere.
Diffstat (limited to 'sys/netinet/ip_carp.c')
-rw-r--r--sys/netinet/ip_carp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c
index e0bd566..8706725 100644
--- a/sys/netinet/ip_carp.c
+++ b/sys/netinet/ip_carp.c
@@ -1118,7 +1118,7 @@ carp_iamatch(void *v, struct in_ifaddr *ia,
}
#ifdef INET6
-static struct ifaddr *
+struct ifaddr *
carp_iamatch6(void *v, struct in6_addr *taddr)
{
struct carp_if *cif = v;
@@ -1142,7 +1142,7 @@ carp_iamatch6(void *v, struct in6_addr *taddr)
return (NULL);
}
-static void *
+void *
carp_macmatch6(void *v, struct mbuf *m, const struct in6_addr *taddr)
{
struct m_tag *mtag;
OpenPOWER on IntegriCloud