2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>

* vmeUniverse/vmeUniverse.c: Use size_t for sizes.
This commit is contained in:
Ralf Corsepius
2007-02-06 10:49:11 +00:00
parent 18123fe76b
commit dbc684c55c
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* vmeUniverse/vmeUniverse.c: Use size_t for sizes.
2007-01-29 Till Straumann <strauman@slac.stanford.edu>
* vmeUniverse/README.porting, vmeUniverse/README.universe:

View File

@@ -2371,7 +2371,7 @@ rtems_id q = 0;
int installed = 0;
int i, err = 0;
int doDisable = 0;
uint32_t size;
size_t size;
unsigned long msg;
char * irqfmt = "VME IRQ @vector %3i %s";
char * iackfmt = "VME IACK %s";