summaryrefslogtreecommitdiffstats
path: root/testsuites/samples
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-02 04:24:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-02 04:24:20 +0000
commit4f11fac5708948b6ed1b4db763431c28c709eeb1 (patch)
tree49604ae2b8f238615172a576672e4e5df66365fd /testsuites/samples
parentAdjust return-type of rtems_bsdnet_loopattach to int to match with rtems/rtem... (diff)
downloadrtems-4f11fac5708948b6ed1b4db763431c28c709eeb1.tar.bz2
2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to int to match with rtems/rtems_bsdnet.h.
Diffstat (limited to 'testsuites/samples')
-rw-r--r--testsuites/samples/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 2643236fdb..daa5a09726 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to
+ int to match with rtems/rtems_bsdnet.h.
+
2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* base_mp/apptask.c: Use PRIxrtems_id to print rtems_ids.