summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-08 12:40:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-08 12:40:33 +0000
commit32556fc1560445b7f18d7a818a56884b6f98ed73 (patch)
tree917d659caeec3fee4f3366fd034698c51ffa6404 /cpukit/ChangeLog
parent2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-32556fc1560445b7f18d7a818a56884b6f98ed73.tar.bz2
2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/src/rpc/rtime.c: Use uint32_t instead of unsigned long for return value of ntohl (POSIX requirement). Use UINT32_C macros to avoid overflows on 16bit targets. Eliminate __P.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 871be2edc4..65608b3cf0 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * librpc/src/rpc/rtime.c: Use uint32_t instead of unsigned long for
+ return value of ntohl (POSIX requirement).
+ Use UINT32_C macros to avoid overflows on 16bit targets.
+ Eliminate __P.
* configure.ac: Check for working PRIxPTR.
2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>