2006-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>

* network/network.c, startup/imbx8xx.c: Minor warning fixes.
This commit is contained in:
Ralf Corsepius
2006-12-13 14:43:44 +00:00
parent 71ce7e7586
commit 0ab63e5040
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2006-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* network/network.c, startup/imbx8xx.c: Minor warning fixes.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address. * configure.ac: New BUG-REPORT address.

View File

@@ -1427,7 +1427,7 @@ enet_stats (struct m8xx_enet_struct *sc)
* Driver ioctl handler * Driver ioctl handler
*/ */
static int static int
scc_ioctl (struct ifnet *ifp, u_long command, caddr_t data) scc_ioctl (struct ifnet *ifp, ioctl_command_t command, caddr_t data)
{ {
struct m8xx_enet_struct *sc = ifp->if_softc; struct m8xx_enet_struct *sc = ifp->if_softc;
int error = 0; int error = 0;

View File

@@ -154,7 +154,10 @@ static uint32_t upmaTable[64] = {
*/ */
void _InitMBX8xx (void) void _InitMBX8xx (void)
{ {
register uint32_t r1, i; #if ( !defined(EPPCBUG_VECTORS) )
uint32_t i;
#endif
register uint32_t r1;
extern uint32_t simask_copy; extern uint32_t simask_copy;
/* /*