1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

fix build

This commit is contained in:
Sam Leffler 2008-04-20 23:10:44 +00:00
parent 562cc1a640
commit 6935a973da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178365

View File

@ -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;