summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 17:13:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 17:13:33 +0000
commita36866199e867a557216211b7e1ce054ee23fc82 (patch)
tree8f4f9b381ad382db1839d5d285f259e12d1db879
parent2008-09-15 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-a36866199e867a557216211b7e1ce054ee23fc82.tar.bz2
2008-09-16 Gene Smith <gene.smith@siemens.com>
PR 564/cpukit * sapi/include/confdefs.h: Fix incorrect name. Was missed in an earlier renaming sweep.
-rw-r--r--cpukit/ChangeLog6
-rw-r--r--cpukit/sapi/include/confdefs.h4
2 files changed, 8 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f332333099..1ad949c83b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-16 Gene Smith <gene.smith@siemens.com>
+
+ PR 564/cpukit
+ * sapi/include/confdefs.h: Fix incorrect name. Was missed in an earlier
+ renaming sweep.
+
2008-09-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/prog-cc.m4: Remove pre-production testing CFLAGS.
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
/*