From c461430d37d3539902ed4218d49c4ad672f75bee Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 18 Oct 2006 10:43:41 +0000 Subject: [PATCH] =?UTF-8?q?2006-10-18=20=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * sapi/include/confdefs.h: s/STACK_CHECKER_EXTENSION/RTEMS_STACK_CHECKER_EXTENSION/ (Reflect 2006-09-13's changes to libmisc/stackchk). --- cpukit/ChangeLog | 6 ++++++ cpukit/sapi/include/confdefs.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 163f8a7bae..594300b74f 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2006-10-18 Ralf Corsépius + + * sapi/include/confdefs.h: + s/STACK_CHECKER_EXTENSION/RTEMS_STACK_CHECKER_EXTENSION/ + (Reflect 2006-09-13's changes to libmisc/stackchk). + 2006-10-18 Ralf Corsépius * aclocal/rtems-top.m4: Remove RTEMS_API. diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 8fa3f62e65..61a9590436 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -543,7 +543,7 @@ rtems_extensions_table Configuration_Initial_Extensions[] = { CONFIGURE_INITIAL_EXTENSIONS, #endif #ifdef STACK_CHECKER_ON - STACK_CHECKER_EXTENSION, + RTEMS_STACK_CHECKER_EXTENSION, #endif };