2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>

* interrupt/interrupt.c, network/ethernet.c: Eliminate "boolean".
This commit is contained in:
Ralf Corsepius
2008-09-05 14:54:27 +00:00
parent c0524f7cdf
commit 614e6bbd14

View File

@@ -1,5 +1,6 @@
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* interrupt/interrupt.c, network/ethernet.c: Eliminate "boolean".
* network/ethernet.c, serial/twi.c, timer/timer.c: Convert to "bool".
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>