summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-02-05 05:19:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-02-05 05:19:24 +0000
commit5d1285bd727b5e6a29192ba93afa17b7c5e5ffda (patch)
treededd3db81b25e7c0538c6d7455f2abde24301369
parentChange SIX_MONTHS to time_t. (diff)
downloadrtems-5d1285bd727b5e6a29192ba93afa17b7c5e5ffda.tar.bz2
2009-02-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* ftpd/ftpd.c: Change SIX_MONTHS to time_t.
-rw-r--r--cpukit/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index eade5d0080..ec705499b9 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,6 @@
2009-02-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * ftpd/ftpd.c: Change SIX_MONTHS to time_t.
* sapi/include/rtems/io.h: Move extern "C" brace after includes.
2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>