From e9d50abb3a3079e812a2b164862245fa85d77558 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 13 Oct 2009 15:40:21 +0000 Subject: Use size_t for sizes. --- cpukit/libblock/src/bdbuf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/libblock/src/bdbuf.c b/cpukit/libblock/src/bdbuf.c index 629c7fa576..c24093b5cf 100644 --- a/cpukit/libblock/src/bdbuf.c +++ b/cpukit/libblock/src/bdbuf.c @@ -1148,7 +1148,7 @@ rtems_bdbuf_init (void) rtems_bdbuf_group* group; rtems_bdbuf_buffer* bd; uint8_t* buffer; - int b; + size_t b; int cache_aligment; rtems_status_code sc; @@ -2790,7 +2790,7 @@ static void rtems_bdbuf_swapout_workers_open (void) { rtems_status_code sc; - int w; + size_t w; rtems_bdbuf_lock_cache (); -- cgit v1.2.3