forked from Imagelibrary/rtems
2005-04-26 Joel Sherrill <joel@OARcorp.com>
* network/network.c: Change int to rtems_id to eliminate warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-04-26 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* network/network.c: Change int to rtems_id to eliminate warning.
|
||||
|
||||
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
|
||||
|
||||
@@ -1963,7 +1963,7 @@ void uti596_txDaemon(
|
||||
|
||||
i596_rfd *pRfd;
|
||||
ISR_Level level;
|
||||
int tid;
|
||||
rtems_id tid;
|
||||
rtems_event_set events;
|
||||
struct ether_header *eh;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user