diff options
| author | Bill Fenner <fenner@FreeBSD.org> | 1996-03-23 19:29:10 +0000 |
|---|---|---|
| committer | Bill Fenner <fenner@FreeBSD.org> | 1996-03-23 19:29:10 +0000 |
| commit | fc99d29b888920855807c4ef27969847e7bb968e (patch) | |
| tree | fe12efa8b1ef78ca18d143b3e40fbedd7e0aeb1d /sys/dev/de | |
| parent | 924dfd98012aad8409ee292924279d64be49a719 (diff) | |
Notes
Diffstat (limited to 'sys/dev/de')
| -rw-r--r-- | sys/dev/de/if_de.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index b9516e81925e..072e184d6a95 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/if_de.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_de.c,v 1.42 1996/01/26 09:29:26 phk Exp $ + * $Id: if_de.c,v 1.43 1996/02/06 18:51:23 wollman Exp $ * */ @@ -1883,11 +1883,11 @@ tulip_ioctl( switch(ifa->ifa_addr->sa_family) { #ifdef INET case AF_INET: { - sc->tulip_ac.ac_ipaddr = IA_SIN(ifa)->sin_addr; tulip_init(sc); #if defined(__FreeBSD__) || defined(__NetBSD__) arp_ifinit(&sc->tulip_ac, ifa); #elif defined(__bsdi__) + sc->tulip_ac.ac_ipaddr = IA_SIN(ifa)->sin_addr; arpwhohas(&sc->tulip_ac, &IA_SIN(ifa)->sin_addr); #endif break; |
