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 96b9ebc3f4..19ec0c4967 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/lib/tftpDriver.c: Add __attribute__((unused)) to
+ unused function args.
* libnetworking/lib/tftpDriver.c: Use INADDR_ANY/INADDR_BROADCAST.
* libnetworking/netinet/in.h: Add in_addr_t.
Re-base "struct in_addr" on in_addr_t (mandated by POSIX).