From c8b0f1cbbde0316b716e0a7ef2a29f77125b569a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 6 Feb 2007 05:57:07 +0000 Subject: Use size_t for sizes. --- cpukit/itron/src/trcv_mbf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/itron/src') diff --git a/cpukit/itron/src/trcv_mbf.c b/cpukit/itron/src/trcv_mbf.c index aee0a8661b..0e05327a54 100644 --- a/cpukit/itron/src/trcv_mbf.c +++ b/cpukit/itron/src/trcv_mbf.c @@ -36,7 +36,7 @@ ER trcv_mbf( CORE_message_queue_Status status; boolean wait; Watchdog_Interval interval; - uint32_t msgsz; + size_t msgsz; interval = 0; if (tmout == TMO_POL) { -- cgit v1.2.3