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.
This commit is contained in:
Joel Sherrill
2008-09-16 17:13:58 +00:00
parent 8683760168
commit 43db3c8656
2 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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
/*