summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-01-03 08:31:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-01-03 08:31:01 +0000
commit17a5a30afa82999f5be56bf4375ca5c253c83052 (patch)
treeba2de5117a7b79cfd6baa6072d158cc5b91816c1 /cpukit/ChangeLog
parent2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-17a5a30afa82999f5be56bf4375ca5c253c83052.tar.bz2
2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/lib/tftpDriver.c: Add __attribute__((unused)) to unused function args.
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).