summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_stub/mac_stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/security/mac_stub/mac_stub.c')
-rw-r--r--sys/security/mac_stub/mac_stub.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/security/mac_stub/mac_stub.c b/sys/security/mac_stub/mac_stub.c
index 54a6753..f75e5c6 100644
--- a/sys/security/mac_stub/mac_stub.c
+++ b/sys/security/mac_stub/mac_stub.c
@@ -534,13 +534,6 @@ stub_mount_create(struct ucred *cred, struct mount *mp,
}
static void
-stub_netatalk_aarp_send(struct ifnet *ifp, struct label *iflpabel,
- struct mbuf *m, struct label *mlabel)
-{
-
-}
-
-static void
stub_netinet_arp_send(struct ifnet *ifp, struct label *iflpabel,
struct mbuf *m, struct label *mlabel)
{
@@ -1756,8 +1749,6 @@ static struct mac_policy_ops stub_ops =
.mpo_mount_destroy_label = stub_destroy_label,
.mpo_mount_init_label = stub_init_label,
- .mpo_netatalk_aarp_send = stub_netatalk_aarp_send,
-
.mpo_netinet_arp_send = stub_netinet_arp_send,
.mpo_netinet_firewall_reply = stub_netinet_firewall_reply,
.mpo_netinet_firewall_send = stub_netinet_firewall_send,
OpenPOWER on IntegriCloud