summaryrefslogtreecommitdiffstats
path: root/dnstest
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2021-05-21 12:43:28 -0500
committerJoel Sherrill <joel@rtems.org>2021-05-21 12:44:19 -0500
commit402b9a60a54990356ff2efa98eb61b3fd2372ce9 (patch)
tree85d3bae8a4ce1a67dd94114525002df05913a232 /dnstest
parentAdd various .gitignore files (diff)
downloadnetwork-demos-402b9a60a54990356ff2efa98eb61b3fd2372ce9.tar.bz2
Misc: Fix various warnings
Diffstat (limited to 'dnstest')
-rw-r--r--dnstest/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnstest/init.c b/dnstest/init.c
index 42a81d2..2f245ac 100644
--- a/dnstest/init.c
+++ b/dnstest/init.c
@@ -36,7 +36,7 @@ Init (rtems_task_argument ignored)
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
+#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 20
#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
#define CONFIGURE_EXECUTIVE_RAM_SIZE (512*1024)