summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-29 04:35:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-29 04:35:29 +0000
commitf313543ecea62890c909b1318b7362aebe044e62 (patch)
tree3a5216ab20e8390dc2547fd600d9002d1831d592 /cpukit/ChangeLog
parent2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f313543ecea62890c909b1318b7362aebe044e62.tar.bz2
2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/net/if.c: Use uintptr_t and void* in _offsetof().
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 5b30294580..807737aabf 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/net/if.c:
+ Use uintptr_t and void* in _offsetof().
* libnetworking/netinet/raw_ip.c:
Cast nam to uintptr_t instead of int.
* libnetworking/libc/gethostnamadr.c: