From c0e00eb722e711b808d6e32ac424be6826d3d125 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Sep 2008 17:12:07 +0000 Subject: 2008-09-16 Gene Smith PR 564/cpukit * sapi/include/confdefs.h: Fix incorrect name. Was missed in an earlier renaming sweep. --- cpukit/ChangeLog | 6 ++++++ cpukit/sapi/include/confdefs.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 5f6786c920..ea0641f772 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-11 Ralf Corsépius * rtems/include/rtems/rtems/types.h: Do not define rtems_boolean, diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index acc03b7434..4db5e4901b 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -133,9 +133,9 @@ extern rtems_configuration_table Configuration; * concurrently active. */ #ifdef CONFIGURE_INIT - int rtems_telnetd_maximum_ptys = CONFIGURE_MAXIMUM_PTYS; + size_t rtems_pty_maximum_ptys = CONFIGURE_MAXIMUM_PTYS; #else - extern int rtems_telnetd_maximum_ptys; + extern size_t rtems_pty_maximum_ptys; #endif /* -- cgit v1.2.3