summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 17:13:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-16 17:13:58 +0000
commit43db3c8656933e2a02d705a8eddfd4ad3317959d (patch)
tree2544ac5fcbe831b82710a5d76b20535db4b5fc76
parent86837601681bfed80f6003341e3be3f3a7b4590f (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 808085f852..5ed1088979 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-02 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1301/cpukit
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 2ae661a5ad..3644087ba9 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -110,9 +110,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
/*