summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 22:43:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 22:43:08 +0000
commit100198929ca73502413a99d39aec08ba581dfc78 (patch)
tree0597045bd6cd709b1430b8d2d8f96d9a155a51dd
parent2008-09-16 Gene Smith <gene.smith@siemens.com> (diff)
downloadrtems-100198929ca73502413a99d39aec08ba581dfc78.tar.bz2
2008-09-16 Joel Sherrill <joel.sherrill@OARcorp.com>
* sapi/include/confdefs.h: Revert previous patch. Does not apply to head.
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/sapi/include/confdefs.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 1ad949c83b..2da09bccfc 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-16 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * sapi/include/confdefs.h: Revert previous patch. Does not apply to
+ head.
+
2008-09-16 Gene Smith <gene.smith@siemens.com>
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
/*