summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-04-12 12:50:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-04-12 12:50:25 +0000
commit959e0a0a80c365e6abed7fbcfa6d7a2d16498e85 (patch)
tree8b3adc6af7db7492b84ef253f03a63d2d4b4f4b7 /cpukit/ChangeLog
parent2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-959e0a0a80c365e6abed7fbcfa6d7a2d16498e85.tar.bz2
2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/lib/ftpfs.c: 16bit target fixes: Use ioctl_command_t as arg to rtems_ftpfs_do_ioctl. Explicitly cast to uint32_t in char[] to uint32_t conversion.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index bf88e6e9fa..cecd841757 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/lib/ftpfs.c: 16bit target fixes:
+ Use ioctl_command_t as arg to rtems_ftpfs_do_ioctl.
+ Explicitly cast to uint32_t in char[] to uint32_t
+ conversion.
+
+2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* configure.ac: Check for sched.h.
* configure.ac: Check for WORD_BIT, LONG_BIT.
* configure.ac: Check for flockfile, funlockfile, ftrylockfile.