diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index c1f85c9079..24aaff6013 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,6 @@ 2009-10-14 Ralf Corsépius + * configure.ac: Remove unix subdir. * aclocal/canonical-target-name.m4, aclocal/check-networking.m4, aclocal/check-posix.m4, aclocal/enable-posix.m4: Remove unix/posix. @@ -16,6 +17,13 @@ * libblock/src/bdbuf.c: Fix broken printf formats. Use size_t for sizes. +2009-10-12 Ralf Corsépius + + * libcsupport/include/rtems/error.h: Introduce rtems_error_code_t. + Minor portability code-massaging. + * libcsupport/src/error.c: Reflect having introduced + rtems_error_code_t. + 2009-10-12 Ralf Corsépius * score/include/rtems/score/interr.h: Introduce Internal_errors_t.