summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 17:15:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 17:15:45 +0000
commit5f0f711e2da5b69af6c551af507b92ae74707823 (patch)
treedc179bdb09a76b267b1ad9026414fe745a92f24c
parent1e88e48d87c274ebb607057f8c2ea269efd1fd08 (diff)
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 87b4624cea..bbb407abc8 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-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/include/rtems.h, sapi/Makefile.am: Add Add simple helper to get
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 8371f352ff..aeae99b921 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -112,9 +112,9 @@ uint32_t rtems_libio_number_iops = CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS;
#endif
#ifdef CONFIGURE_INIT
-int rtems_telnetd_maximum_ptys = CONFIGURE_MAXIMUM_PTYS;
+int rtems_pty_maximum_ptys = CONFIGURE_MAXIMUM_PTYS;
#else
-extern int rtems_telnetd_maximum_ptys;
+extern int rtems_pty_maximum_ptys;
#endif
/*