summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/trcv_mbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/trcv_mbx.c')
-rw-r--r--cpukit/itron/src/trcv_mbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/itron/src/trcv_mbx.c b/cpukit/itron/src/trcv_mbx.c
index 3cb7c27426..46a4894825 100644
--- a/cpukit/itron/src/trcv_mbx.c
+++ b/cpukit/itron/src/trcv_mbx.c
@@ -34,7 +34,7 @@ ER trcv_msg(
Watchdog_Interval interval;
boolean wait;
Objects_Locations location;
- unsigned32 size;
+ uint32_t size;
if (!ppk_msg)
return E_PAR;