summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-08 12:44:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-08 12:44:33 +0000
commitf2378101c54683a2e9ff3fb42371c22915b16007 (patch)
tree69aba945c537e08c7b2e3e196a56568ce04a7206 /cpukit/ChangeLog
parentEliminate __P. (diff)
downloadrtems-f2378101c54683a2e9ff3fb42371c22915b16007.tar.bz2
2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/libc/gethostbydns.c, libnetworking/libc/inet_net_ntop.c, libnetworking/libc/inet_pton.c: Eliminate __P.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 65608b3cf0..9a3bb156b3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,8 @@
2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/libc/gethostbydns.c,
+ libnetworking/libc/inet_net_ntop.c,
+ libnetworking/libc/inet_pton.c: Eliminate __P.
* 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.