summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-06-09 21:25:41 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-06-09 21:25:41 +0000
commitf13808f66d310df746783062533c3e48656d96fb (patch)
tree37a42d4895fc95617aa3440e609996ff8e7efddf
parent16c23ef9b20e48459e73668d34c6284c52228722 (diff)
More sc_arpcom fallout.
Not tested because all alphas in my reach are dead right now. From Dries Schellekens.
-rw-r--r--sys/dev/tc/if_fta.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tc/if_fta.c b/sys/dev/tc/if_fta.c
index 662c990a952..2d3072dd3f3 100644
--- a/sys/dev/tc/if_fta.c
+++ b/sys/dev/tc/if_fta.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_fta.c,v 1.11 2002/06/02 22:50:00 deraadt Exp $ */
+/* $OpenBSD: if_fta.c,v 1.12 2002/06/09 21:25:40 art Exp $ */
/* $NetBSD: if_fta.c,v 1.7 1996/10/22 21:37:26 cgd Exp $ */
/*-
@@ -109,7 +109,7 @@ pdq_tc_attach(parent, self, aux)
return;
}
bcopy((caddr_t) sc->sc_pdq->pdq_hwaddr.lanaddr_bytes,
- sc->sc_ac.ac_enaddr, 6);
+ sc->sc_arpcom.ac_enaddr, 6);
printf("\n");
pdq_ifattach(sc, NULL);