2005-05-06 Joel Sherrill <joel@OARcorp.com>

* libblock/src/blkdev.c, libfs/src/dosfs/fat_file.c,
	libfs/src/dosfs/fat_file.h, libfs/src/dosfs/msdos.h,
	libfs/src/dosfs/msdos_create.c, libfs/src/dosfs/msdos_dir.c,
	libfs/src/dosfs/msdos_initsupp.c, libfs/src/dosfs/msdos_misc.c:
	Removed warnings.
This commit is contained in:
Joel Sherrill
2005-05-06 14:57:43 +00:00
parent 4b81d847de
commit b17ff4913c
9 changed files with 33 additions and 21 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ rtems_blkdev_generic_read(
rtems_libio_rw_args_t *args = arg;
int block_size_log2;
int block_size;
unsigned char *buf;
char *buf;
unsigned int count;
unsigned int block;
unsigned int blkofs;
@@ -93,7 +93,7 @@ rtems_blkdev_generic_write(
rtems_libio_rw_args_t *args = arg;
int block_size_log2;
int block_size;
unsigned char *buf;
char *buf;
unsigned int count;
unsigned int block;
unsigned int blkofs;