2005-04-26 Joel Sherrill <joel@OARcorp.com>

* network/network.c: Change int to rtems_id to eliminate warning.
This commit is contained in:
Joel Sherrill
2005-04-26 23:10:50 +00:00
parent 8b9e7f1e7c
commit 1321155f75
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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;