Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Nov 2014 11:13:15 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274307 - head/sys/net
Message-ID:  <201411091113.sA9BDFbL012916@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411091113.sA9BDFbL012916>