Unbreak the build. carp_iamatch6 and carp_macmatch6 are not supposed to be

static as they are used elsewhere.
This commit is contained in:
Max Laier 2005-02-27 11:32:26 +00:00
parent 6ad80d4f0d
commit a4e5390551

View File

@ -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;