summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
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 b98e298553..e56765308d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/machine/endian.h: Convert htons, htonl, ntohs, ntohl
+ to inline functions, using uint[16,32]_t.
* libnetworking/netdb.h: Change netent->n_net to uint32_t to comply
with SUSv3.
* telnetd/icmds.c: Add HAVE_CONFIG_H magic.