mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/network/if_dc.c: Fix type mismatch.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user