2009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>

* capture/test1.c: Use size_t for sizes.
This commit is contained in:
Ralf Corsepius
2009-09-14 14:56:35 +00:00
parent 4ea75f2d1e
commit 27cb9ec53d
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* capture/test1.c: Use size_t for sizes.
2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* hello/Makefile.am, hello/init.c: Simplify.
+1 -1
View File
@@ -262,7 +262,7 @@ static rtems_monitor_command_entry_t capture_cmds[] =
void setup_tasks_to_watch ()
{
int cmd;
size_t cmd;
for (cmd = 0;
cmd < sizeof (capture_cmds) / sizeof (rtems_monitor_command_entry_t);
cmd++)