summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-29 02:31:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-29 02:31:09 +0000
commit21d9736a2ff5dae65cf0e6bbdc1b1e99c25bc439 (patch)
treec0284bdacf5548994616cff7d7b05db5f6eba704 /cpukit/ChangeLog
parent2010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-21d9736a2ff5dae65cf0e6bbdc1b1e99c25bc439.tar.bz2
2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/nfsclient/src/dirutils.c: Add PRIomode_t, PRIdoff_t. * configure.ac: Add AC_CHECK_SIZEOF(mode_t), AC_CHECK_SIZEOF(off_t).
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index dbc4830f04..e6ef2132d3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libfs/src/nfsclient/src/dirutils.c: Add PRIomode_t, PRIdoff_t.
+ * configure.ac: Add AC_CHECK_SIZEOF(mode_t), AC_CHECK_SIZEOF(off_t).
+
2010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/rfs/rtems-rfs-rtems.c: Use size_t for node_len.