summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-08 09:21:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-08 09:21:21 +0000
commit51120f7c12b4e974a55d7a10f3be8c8385316cae (patch)
tree8c323f1299ab1b46502cc24097617d5906c64502 /cpukit/ChangeLog
parent2005-05-08 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-51120f7c12b4e974a55d7a10f3be8c8385316cae.tar.bz2
2005-05-08 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/arpa/inet.h: Add in_addr_t, in_port_t. * libnetworking/netinet/in.h: Sync in_port_t with arpa/inet.h. * libnetworking/sys/socket.h: Include <sys/types.h>. Remove in_port_t. Misc. updates from FreeBSD.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b785c5c220..73fa8954bf 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2005-05-08 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * libnetworking/arpa/inet.h: Add in_addr_t, in_port_t.
+ * libnetworking/netinet/in.h: Sync in_port_t with arpa/inet.h.
+ * libnetworking/sys/socket.h: Include <sys/types.h>.
+ Remove in_port_t. Misc. updates from FreeBSD.
+
+2005-05-08 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* libnetworking/netinet/in.h: Partial update from FreeBSD.
Remove BYTE_PACK.
* libnetworking/netinet/ip.h: Add BYTE_PACK.