From 7a09a7aedf24b804299714de7b4d432eead5ccb7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Mar 2010 14:40:51 +0000 Subject: 2010-03-04 Joel Sherrill * libblock/src/ramdisk-config.c, sapi/include/confdefs.h: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it. --- cpukit/sapi/include/confdefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/sapi/include/confdefs.h') 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 -- cgit v1.2.3