summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-08 21:10:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-08 21:10:19 +0000
commit5a2feeada70f84f2e783a2e80678a49a78605d71 (patch)
tree379ae446ea6ba752c13c87f8abcaf22d3758bd03 /cpukit/ChangeLog
parent2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5a2feeada70f84f2e783a2e80678a49a78605d71.tar.bz2
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.
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.