summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 12:40:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-04 12:40:16 +0000
commitf26145b8007f458d29b297f5b286954fb8f090e4 (patch)
treea614de79ab19e34db785e22f90054828a7cb3658 /cpukit/ChangeLog
parentNew. (diff)
downloadrtems-f26145b8007f458d29b297f5b286954fb8f090e4.tar.bz2
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 756/rtems * ftpd/ftpd.c, ftpd/ftpd.h, ftpd/Makefile.am: New (relocated from /c/src/libnetworking/ftpd) * ftpd/ftd.h: New header guards. * ftpd/Makefile.am: Install libftd.a, install ftp.h to rtems/ftp.h. * configure.ac: Add ftpd/Makefile. * Makefile.am: Add ftpd.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 19a73f2869..dee72008c9 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,15 @@
2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
+ PR 756/rtems
+ * ftpd/ftpd.c, ftpd/ftpd.h, ftpd/Makefile.am: New (relocated from
+ /c/src/libnetworking/ftpd)
+ * ftpd/ftd.h: New header guards.
+ * ftpd/Makefile.am: Install libftd.a, install ftp.h to rtems/ftp.h.
+ * configure.ac: Add ftpd/Makefile.
+ * Makefile.am: Add ftpd.
+
+2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* librpc/include/rpc/clnt_stat.h, librpc/include/rpc/rpcent.h:
New (From FreeBSD).
* librpc/include/rpc/rpc.h: Partial update from FreeBSD.