2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>

* libchip/network/if_dc.c: Fix type mismatch.
This commit is contained in:
Ralf Corsepius
2009-11-06 04:36:13 +00:00
parent b092ad6071
commit 260e6fb356
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/network/if_dc.c: Fix type mismatch.
2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/bsp-linkcmds.m4: New.

View File

@@ -3333,8 +3333,8 @@ static void dc_start(ifp)
struct ifnet *ifp;
{
struct dc_softc *sc;
struct mbuf *m_head = NULL;
unsigned int idx;
struct mbuf *m_head = NULL;
u_int32_t idx;
sc = ifp->if_softc;
#if 0