2008-09-16 Joel Sherrill <joel.sherrill@OARcorp.com>

* sapi/include/confdefs.h: Revert previous patch. Does not apply to
	head.
This commit is contained in:
Joel Sherrill
2008-09-16 22:42:45 +00:00
parent 41251f68c2
commit 396e32588a
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2008-09-16 Joel Sherrill <joel.sherrill@OARcorp.com>
* sapi/include/confdefs.h: Revert previous patch. Does not apply to
head.
2008-09-16 Gene Smith <gene.smith@siemens.com>
PR 564/cpukit

View File

@@ -133,9 +133,9 @@ extern rtems_configuration_table Configuration;
* concurrently active.
*/
#ifdef CONFIGURE_INIT
size_t rtems_pty_maximum_ptys = CONFIGURE_MAXIMUM_PTYS;
int rtems_telnetd_maximum_ptys = CONFIGURE_MAXIMUM_PTYS;
#else
extern size_t rtems_pty_maximum_ptys;
extern int rtems_telnetd_maximum_ptys;
#endif
/*