From ce92867bea9b027af4119c694aa6b72a043b4fea Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 2 Feb 2005 00:06:18 +0000 Subject: 2005-02-01 Joel Sherrill * libblock/include/rtems/bdbuf.h, libblock/include/rtems/ide_part_table.h, libblock/src/blkdev.c, libcsupport/include/rtems/termiostypes.h, libcsupport/src/termios.c, posix/macros/rtems/posix/cond.inl, posix/macros/rtems/posix/mutex.inl : Remove warnings. --- cpukit/libblock/src/blkdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libblock/src') diff --git a/cpukit/libblock/src/blkdev.c b/cpukit/libblock/src/blkdev.c index bc6ec4b7f2..537950eb25 100644 --- a/cpukit/libblock/src/blkdev.c +++ b/cpukit/libblock/src/blkdev.c @@ -33,7 +33,7 @@ rtems_blkdev_generic_read( rtems_libio_rw_args_t *args = arg; int block_size_log2; int block_size; - char *buf; + unsigned 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; - char *buf; + unsigned char *buf; unsigned int count; unsigned int block; unsigned int blkofs; -- cgit v1.2.3