summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
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 /cpukit/sapi
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.
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/include/confdefs.h4
1 files changed, 2 insertions, 2 deletions
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
/*