--- Net2/net/if_ethersubr.c 2018/04/24 18:13:15 1.1.1.2 +++ Net2/net/if_ethersubr.c 2018/04/24 18:21:39 1.1.1.3 @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)if_ethersubr.c 7.13 (Berkeley) 4/20/91 + * from: @(#)if_ethersubr.c 7.13 (Berkeley) 4/20/91 + * if_ethersubr.c,v 1.2 1993/05/20 03:05:59 cgd Exp */ #include "param.h" @@ -89,9 +90,7 @@ ether_output(ifp, m0, dst, rt) short type; int s, error = 0; u_char edst[6]; -#ifdef INET struct in_addr idst; -#endif register struct mbuf *m = m0; struct mbuf *mcopy = (struct mbuf *)0; register struct ether_header *eh;