diff options
author | 2000-11-28 23:14:05 +0000 | |
---|---|---|
committer | 2000-11-28 23:14:05 +0000 | |
commit | 873735c829c0f7d1f11882fd53097675f6e90d9f (patch) | |
tree | f0444cedf1388ae001b20fc653d182c0d16efa29 | |
parent | Add ``enable/disable'' tcpmssfixup - enabled by default. (diff) | |
download | wireguard-openbsd-873735c829c0f7d1f11882fd53097675f6e90d9f.tar.xz wireguard-openbsd-873735c829c0f7d1f11882fd53097675f6e90d9f.zip |
How did this work?
-rw-r--r-- | sys/arch/sparc/dev/hme.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/hme.c b/sys/arch/sparc/dev/hme.c index 9d7cd80967f..0813c02f409 100644 --- a/sys/arch/sparc/dev/hme.c +++ b/sys/arch/sparc/dev/hme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hme.c,v 1.26 2000/11/28 05:12:18 jason Exp $ */ +/* $OpenBSD: hme.c,v 1.27 2000/11/28 23:14:05 jason Exp $ */ /* * Copyright (c) 1998 Jason L. Wright (jason@thought.net) @@ -1168,7 +1168,7 @@ void hme_mii_statchg(self) struct device *self; { - struct hme_softc *sc = (struct hme_softc *)sc; + struct hme_softc *sc = (struct hme_softc *)self; struct hme_cr *cr = sc->sc_cr; if (sc->sc_mii.mii_media_active & IFM_FDX) |