summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-09 12:43:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-09 12:43:42 +0000
commit4fea445575d5c2c71f7684772bf0b7bef1336cf0 (patch)
tree4887618e2e4e5bdb0e2d6c7760f85842dd03275e /cpukit/ChangeLog
parentsocklen_t, PRIu32. (diff)
downloadrtems-4fea445575d5c2c71f7684772bf0b7bef1336cf0.tar.bz2
2005-05-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/lib/tftpDriver.c: socklen_t. * libnetworking/libc/inet_lnaof.c: in_addr_t. * libnetworking/libc/inet_makeaddr.c: in_addr_t. * libnetworking/libc/inet_netof.c: in_addr_t. * libnetworking/libc/inet_network.c: in_addr_t. * libnetworking/libc/inet_ntop.c: Ansify, socklen_t. * libnetworking/lib/ftpfs.c: socklen_t, PRIu32.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 73fa8954bf..9b2c8ceea2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,13 @@
+2005-05-09 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * libnetworking/lib/tftpDriver.c: socklen_t.
+ * libnetworking/libc/inet_lnaof.c: in_addr_t.
+ * libnetworking/libc/inet_makeaddr.c: in_addr_t.
+ * libnetworking/libc/inet_netof.c: in_addr_t.
+ * libnetworking/libc/inet_network.c: in_addr_t.
+ * libnetworking/libc/inet_ntop.c: Ansify, socklen_t.
+ * libnetworking/lib/ftpfs.c: socklen_t, PRIu32.
+
2005-05-08 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/arpa/inet.h: Add in_addr_t, in_port_t.