summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/pppd
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 /c/src/libnetworking/pppd
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 'c/src/libnetworking/pppd')
-rw-r--r--c/src/libnetworking/pppd/md5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/libnetworking/pppd/md5.c b/c/src/libnetworking/pppd/md5.c
index db48023c5b..0c16b3e545 100644
--- a/c/src/libnetworking/pppd/md5.c
+++ b/c/src/libnetworking/pppd/md5.c
@@ -33,6 +33,8 @@
***********************************************************************
*/
+#include <string.h> /* memcpy */
+
#include "md5.h"
/*