summaryrefslogtreecommitdiffstats
path: root/telnetd/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'telnetd/init.c')
-rw-r--r--telnetd/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telnetd/init.c b/telnetd/init.c
index a4597b0..5c2d8b0 100644
--- a/telnetd/init.c
+++ b/telnetd/init.c
@@ -8,6 +8,7 @@
#define USE_RTEMS_SHELL
#include <bsp.h>
+#include <rtems/bspIo.h>
#include <errno.h>
#include <time.h>
@@ -199,8 +200,7 @@ rtems_task Init(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
-#define CONFIGURE_MAXIMUM_PTYS 8
+#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 20
#if defined(USE_RTEMS_SHELL)
#define CONFIGURE_APPLICATION_NEEDS_LIBBLOCK