summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-04-20 23:10:44 +0000
committersam <sam@FreeBSD.org>2008-04-20 23:10:44 +0000
commit0249d0d19634037595dbe5b78038a214689c0f96 (patch)
treed649dccca5507bda45067df207ff1b32105f4c23 /sys
parent6fe004a73b33d86ca775801c5c45ff8ef3166549 (diff)
downloadFreeBSD-src-0249d0d19634037595dbe5b78038a214689c0f96.zip
FreeBSD-src-0249d0d19634037595dbe5b78038a214689c0f96.tar.gz
fix build
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/malo/if_malo.c2
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;
OpenPOWER on IntegriCloud