fix botches in is's new ARP changes
This commit is contained in:
parent
cc87278540
commit
d611773458
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_fta.c,v 1.9 1997/03/15 18:12:03 is Exp $ */
|
||||
/* $NetBSD: if_fta.c,v 1.10 1997/03/15 21:06:09 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 Matt Thomas <matt@3am-software.com>
|
||||
@ -52,10 +52,7 @@
|
||||
|
||||
#ifdef INET
|
||||
#include <netinet/in.h>
|
||||
#if defined(__NetBSD__)
|
||||
#include <netinet/if_inarp.h>
|
||||
#else
|
||||
#include <netinet/if_ether.h>
|
||||
#endif
|
||||
#include <net/if_fddi.h>
|
||||
|
||||
@ -116,9 +113,6 @@ pdq_tc_attach(
|
||||
printf("%s: initialization failed\n", sc->sc_dev.dv_xname);
|
||||
return;
|
||||
}
|
||||
#if !defined(__NetBSD__)
|
||||
bcopy((caddr_t) sc->sc_pdq->pdq_hwaddr.lanaddr_bytes, sc->sc_ac.ac_enaddr, 6);
|
||||
#endif
|
||||
|
||||
pdq_ifattach(sc, NULL);
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_le_ibus.c,v 1.4 1997/03/15 18:12:05 is Exp $ */
|
||||
/* $NetBSD: if_le_ibus.c,v 1.5 1997/03/15 21:06:11 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1996 The Board of Trustees of The Leland Stanford
|
||||
@ -27,6 +27,7 @@
|
||||
#include <sys/device.h>
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/if_ether.h>
|
||||
|
||||
#ifdef INET
|
||||
#include <netinet/in.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_le_ioasic.c,v 1.4 1997/03/15 18:12:05 is Exp $ */
|
||||
/* $NetBSD: if_le_ioasic.c,v 1.5 1997/03/15 21:06:12 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996 Carnegie-Mellon University.
|
||||
@ -39,6 +39,7 @@
|
||||
#include <sys/device.h>
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/if_ether.h>
|
||||
|
||||
#ifdef INET
|
||||
#include <netinet/in.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_le_tc.c,v 1.4 1997/03/15 18:12:06 is Exp $ */
|
||||
/* $NetBSD: if_le_tc.c,v 1.5 1997/03/15 21:06:13 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996 Carnegie-Mellon University.
|
||||
@ -39,6 +39,7 @@
|
||||
#include <sys/device.h>
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/if_ether.h>
|
||||
|
||||
#ifdef INET
|
||||
#include <netinet/in.h>
|
||||
|
Loading…
Reference in New Issue
Block a user