summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-29 04:32:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-29 04:32:39 +0000
commit7cf4893bcaad072f659756e6ac3083b54abb1211 (patch)
treeb3be84c8ae0ac7b4caa756ebf6127a8fb0c1463e /cpukit/ChangeLog
parent2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7cf4893bcaad072f659756e6ac3083b54abb1211.tar.bz2
2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/libc/gethostnamadr.c: Cast addr to uintptr_t instead of size_t.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 91806f587f..d5f7d7a3a5 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/libc/gethostnamadr.c:
+ Cast addr to uintptr_t instead of size_t.
* libfs/src/nfsclient/src/xdr_mbuf.c (xdrmbuf_setup):
Cast addr to uintptr_t instead of size_t.
* librpc/src/xdr/xdr_mem.c (xdr_memcreate):