summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--c/src/libnetworking/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/libnetworking/ChangeLog b/c/src/libnetworking/ChangeLog
index fe8cd553dd..ac429af89a 100644
--- a/c/src/libnetworking/ChangeLog
+++ b/c/src/libnetworking/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
2002-08-12 Joel Sherrill <joel@OARcorp.com>
* pppd/utils.c: Include i960 in varargs conditional to avoid error.