2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>

* network/network.c: Fix warning.
This commit is contained in:
Joel Sherrill
2010-04-26 01:30:51 +00:00
parent 1a1279f703
commit fa775a8707
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* network/network.c: Fix warning.
2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de> 2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* console/console.c: adapted to new prototype for *_write * console/console.c: adapted to new prototype for *_write

View File

@@ -106,6 +106,8 @@ struct scc_softc {
}; };
static struct scc_softc scc_softc[NSCCDRIVER]; static struct scc_softc scc_softc[NSCCDRIVER];
extern void *_RomBase; /* From linkcmds */
/* /*
* SCC1 interrupt handler * SCC1 interrupt handler
*/ */
@@ -998,7 +1000,6 @@ rtems_scc1_driver_attach (struct rtems_bsdnet_ifconfig *config, int attaching)
* *
* See start360/start360.s. * See start360/start360.s.
*/ */
extern void *_RomBase; /* From linkcmds */
const unsigned long *ExceptionVectors; const unsigned long *ExceptionVectors;
const unsigned char *entryPoint; const unsigned char *entryPoint;