diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-28 22:18:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-28 22:18:53 +0000 |
commit | 37b33193cb69cbb3c18113ceb1e311f4c93f394f (patch) | |
tree | 14cadc7f28df564fb9dc408af9b4102fecdafcbc | |
parent | 4f7881a33f315e2775d67d25c5154c9ecfc5cea1 (diff) |
fix typo
-rw-r--r-- | sys/arch/sparc/dev/if_ie.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/if_ie.c b/sys/arch/sparc/dev/if_ie.c index 5423a8edfcf..45785daf00b 100644 --- a/sys/arch/sparc/dev/if_ie.c +++ b/sys/arch/sparc/dev/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.44 2013/11/27 08:56:31 mpi Exp $ */ +/* $OpenBSD: if_ie.c,v 1.45 2013/11/28 22:18:52 deraadt Exp $ */ /* $NetBSD: if_ie.c,v 1.33 1997/07/29 17:55:38 fair Exp $ */ /*- @@ -2017,7 +2017,7 @@ static void mc_reset(sc) struct ie_softc *sc; { - struct arpcom *ac = sc->sc_arpcom; + struct arpcom *ac = &sc->sc_arpcom; struct ether_multi *enm; struct ether_multistep step; |