summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:31:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:31:45 +0000
commit8c42073d06d200fc51e632e4469bf236aba39d5b (patch)
treee2ef29d39abd24e5614483b292f9a53e8c0035f8
parent2008-09-12 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadnetwork-demos-8c42073d06d200fc51e632e4469bf236aba39d5b.tar.bz2
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog, init.c: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
-rw-r--r--http/ChangeLog10
-rw-r--r--http/init.c2
2 files changed, 11 insertions, 1 deletions
diff --git a/http/ChangeLog b/http/ChangeLog
index 7e7ce48..490971b 100644
--- a/http/ChangeLog
+++ b/http/ChangeLog
@@ -1,3 +1,13 @@
+2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * ChangeLog, init.c: Rename STACK_CHECKER_ON to more appropriate
+ CONFIGURE_STACK_CHECKER_ENABLED.
+
+2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * init.c: Rename STACK_CHECKER_ON to more appropriate
+ CONFIGURE_STACK_CHECKER_ENABLED.
+
2008-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* init.c: Eliminate use of boolean type. Use C99 bool.
diff --git a/http/init.c b/http/init.c
index 98611ac..075dcfb 100644
--- a/http/init.c
+++ b/http/init.c
@@ -24,7 +24,7 @@
RTEMS_NO_ASR | \
RTEMS_INTERRUPT_LEVEL(0))
-#define STACK_CHECKER_ON
+#define CONFIGURE_STACK_CHECKER_ENABLED
#define CONFIGURE_INIT
#include "system.h"