summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/telnetd.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-14 10:44:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-14 10:44:49 +0000
commit2129ac821df23af1a91ebcf1c2d2c8cc3546e912 (patch)
tree9c440eb09801149eed85c55101e72a75a439938b /cpukit/telnetd/telnetd.c
parentFix ChangeLog. (diff)
downloadrtems-2129ac821df23af1a91ebcf1c2d2c8cc3546e912.tar.bz2
2002-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems_servers/ftpd.c: Remove unused variable buf. * pppd/md5.c: #include <string.h> to make gcc31 happy. * rtems_telnetd/telnetd.c: #include <string.h> to make gcc31 happy. * rtems_webserver/webmain.c: Remove unused variable dir, cp.
Diffstat (limited to '')
-rw-r--r--cpukit/telnetd/telnetd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/telnetd/telnetd.c b/cpukit/telnetd/telnetd.c
index ce7c5c118d..bc8449ae96 100644
--- a/cpukit/telnetd/telnetd.c
+++ b/cpukit/telnetd/telnetd.c
@@ -32,6 +32,7 @@
#include <arpa/inet.h>
#include <unistd.h>
#include <stdlib.h>
+#include <string.h> /* memset */
#include <stdio.h>
/***********************************************************/
rtems_id telnetd_task_id =0;