2005-04-09 Ralf Corsepius <ralf.corsepius@rtems.org>

* libmisc/monitor/mon-symbols.c: size_t.
This commit is contained in:
Ralf Corsepius
2005-04-09 05:19:45 +00:00
parent a81e4f1b08
commit edbd3df670
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-04-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* libmisc/monitor/mon-symbols.c: size_t.
2005-03-14 Joel Sherrill <joel@OARcorp.com>
* include/rtems/pci.h: Continue PCI API unification. All use

View File

@@ -70,7 +70,7 @@ rtems_symbol_create(
uint32_t value
)
{
int symbol_length;
size_t symbol_length;
size_t newsize;
rtems_symbol_t *sp;