From 2a7e204c01f39b6ca55ec4783fb08922e0ad0692 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 31 Mar 2004 04:38:00 +0000 Subject: 2004-03-31 Ralf Corsepius * clock/ckinit.c, console/console-recording.h, console/console.c, fatal/bspfatal.c, include/fatal.h, network/network.c, network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size types. --- c/src/lib/libbsp/m68k/mvme167/include/fatal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/m68k/mvme167/include') diff --git a/c/src/lib/libbsp/m68k/mvme167/include/fatal.h b/c/src/lib/libbsp/m68k/mvme167/include/fatal.h index b2ba993001..ae5e0cf50f 100644 --- a/c/src/lib/libbsp/m68k/mvme167/include/fatal.h +++ b/c/src/lib/libbsp/m68k/mvme167/include/fatal.h @@ -15,5 +15,5 @@ User_extensions_routine bsp_fatal_error_occurred( Internal_errors_Source the_source, rtems_boolean is_internal, - rtems_unsigned32 the_error + uint32_t the_error ); -- cgit v1.2.3