summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-04 14:40:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-04 14:40:51 +0000
commit7a09a7aedf24b804299714de7b4d432eead5ccb7 (patch)
treedcf700c3aec69b0ac582b50eca9c088e013bb34c /cpukit/sapi
parent2010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7a09a7aedf24b804299714de7b4d432eead5ccb7.tar.bz2
2010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* libblock/src/ramdisk-config.c, sapi/include/confdefs.h: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/include/confdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 5b6ecadfa6..283b4ce581 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -26,7 +26,7 @@
*/
/*
- * COPYRIGHT (c) 1989-2009.
+ * COPYRIGHT (c) 1989-2010.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -875,7 +875,7 @@ rtems_fs_init_functions_t rtems_fs_init_helper =
#define CONFIGURE_NOTEPADS_ENABLED FALSE
#endif
- #ifndef CONFIGURE_DISABLE_CLASSIC_NOTEPADS
+ #ifndef CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS
#define CONFIGURE_MEMORY_PER_TASK_FOR_CLASSIC_API \
_Configure_From_workspace( sizeof(RTEMS_API_Control) )
#else