svn commit: r274307 - head/sys/net
Gleb Smirnoff
glebius at FreeBSD.org
Sun Nov 9 11:13:16 UTC 2014
Author: glebius
Date: Sun Nov 9 11:13:15 2014
New Revision: 274307
URL: https://svnweb.freebsd.org/changeset/base/274307
Log:
Remove remnants of if_ef(4).
Modified:
head/sys/net/if_ethersubr.c
Modified: head/sys/net/if_ethersubr.c
==============================================================================
--- head/sys/net/if_ethersubr.c Sun Nov 9 11:11:08 2014 (r274306)
+++ head/sys/net/if_ethersubr.c Sun Nov 9 11:13:15 2014 (r274307)
@@ -78,11 +78,6 @@
#ifdef INET6
#include <netinet6/nd6.h>
#endif
-
-int (*ef_inputp)(struct ifnet*, struct ether_header *eh, struct mbuf *m);
-int (*ef_outputp)(struct ifnet *ifp, struct mbuf **mp,
- const struct sockaddr *dst, short *tp, int *hlen);
-
#include <security/mac/mac_framework.h>
#ifdef CTASSERT
More information about the svn-src-head
mailing list