diff options
author | sam <sam@FreeBSD.org> | 2008-04-20 23:10:44 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2008-04-20 23:10:44 +0000 |
commit | 0249d0d19634037595dbe5b78038a214689c0f96 (patch) | |
tree | d649dccca5507bda45067df207ff1b32105f4c23 | |
parent | 6fe004a73b33d86ca775801c5c45ff8ef3166549 (diff) | |
download | FreeBSD-src-0249d0d19634037595dbe5b78038a214689c0f96.zip FreeBSD-src-0249d0d19634037595dbe5b78038a214689c0f96.tar.gz |
fix build
-rw-r--r-- | sys/dev/malo/if_malo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/malo/if_malo.c b/sys/dev/malo/if_malo.c index 8e70f40..8da0229 100644 --- a/sys/dev/malo/if_malo.c +++ b/sys/dev/malo/if_malo.c @@ -184,7 +184,7 @@ malo_bar1_read1(struct malo_softc *sc, bus_size_t off) int malo_attach(uint16_t devid, struct malo_softc *sc) { - int error; + int error, i; struct ieee80211com *ic; struct ifnet *ifp; struct malo_hal *mh; |