summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-20 13:54:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-20 13:54:45 +0000
commit935611958346585bf1e6dbacd64e221c0bde141b (patch)
treede205c797af2b13ec9f860f14edf47434c3f2717 /cpukit/ChangeLog
parent2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-935611958346585bf1e6dbacd64e221c0bde141b.tar.bz2
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/net/if_ethersubr.c (ether_output): Remove unused vars "hlen", "off".
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 8281b6cfb9..e133db9eeb 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/net/if_ethersubr.c (ether_output):
+ Remove unused vars "hlen", "off".
* score/include/rtems/score/rbtree.h (_RBTree_Container_of):
Use offsetof. Don't cast to size_t. Include <stddef.h>.
* libnetworking/libc/res_mkupdate.c (res_mkupdate):