diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 808085f852..5ed1088979 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2008-09-16 Gene Smith + + PR 564/cpukit + * sapi/include/confdefs.h: Fix incorrect name. Was missed in an earlier + renaming sweep. + 2008-09-02 Ralf Corsépius PR 1301/cpukit diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 2ae661a5ad..3644087ba9 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -110,9 +110,9 @@ uint32_t rtems_libio_number_iops = CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS; #endif #ifdef CONFIGURE_INIT -int rtems_telnetd_maximum_ptys = CONFIGURE_MAXIMUM_PTYS; +int rtems_pty_maximum_ptys = CONFIGURE_MAXIMUM_PTYS; #else -extern int rtems_telnetd_maximum_ptys; +extern int rtems_pty_maximum_ptys; #endif /*