summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
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.