From 396e32588a3c9befd27a15701766347bd4a2edb7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Sep 2008 22:42:45 +0000 Subject: 2008-09-16 Joel Sherrill * sapi/include/confdefs.h: Revert previous patch. Does not apply to head. --- cpukit/ChangeLog | 5 +++++ cpukit/sapi/include/confdefs.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index ea0641f772..048bb0be4f 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2008-09-16 Joel Sherrill + + * sapi/include/confdefs.h: Revert previous patch. Does not apply to + head. + 2008-09-16 Gene Smith PR 564/cpukit diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 4db5e4901b..acc03b7434 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 - size_t rtems_pty_maximum_ptys = CONFIGURE_MAXIMUM_PTYS; + int rtems_telnetd_maximum_ptys = CONFIGURE_MAXIMUM_PTYS; #else - extern size_t rtems_pty_maximum_ptys; + extern int rtems_telnetd_maximum_ptys; #endif /* -- cgit v1.2.3