summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coretodvalidate.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/coretodvalidate.c')
-rw-r--r--cpukit/score/src/coretodvalidate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/coretodvalidate.c b/cpukit/score/src/coretodvalidate.c
index 9f0dd5635b..4a4f7d3b0e 100644
--- a/cpukit/score/src/coretodvalidate.c
+++ b/cpukit/score/src/coretodvalidate.c
@@ -38,7 +38,7 @@ boolean _TOD_Validate(
TOD_Control *the_tod
)
{
- unsigned32 days_in_month;
+ uint32_t days_in_month;
if ((the_tod->ticks >= _TOD_Ticks_per_second) ||
(the_tod->second >= TOD_SECONDS_PER_MINUTE) ||