summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-01-03 08:01:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-01-03 08:01:33 +0000
commit2ab55e78ecdf132d04e67508e4e6fa80c7d3d44f (patch)
tree09468f975b67205523d92826855029dea78c3afe /cpukit/ChangeLog
parentAdd in_addr_t. (diff)
downloadrtems-2ab55e78ecdf132d04e67508e4e6fa80c7d3d44f.tar.bz2
2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/netinet/in.h: Add in_addr_t. Re-base "struct in_addr" on in_addr_t (mandated by POSIX).
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 865166e4ef..cda2609cd6 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libnetworking/netinet/in.h: Add in_addr_t.
+ Re-base "struct in_addr" on in_addr_t (mandated by POSIX).
+ * libnetworking/netinet/in.h: Remove struct ip_opts (unused).
+
2009-01-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* ftpd/ftpd.c: Add __attribute__((unused)) to unused function args.