summaryrefslogtreecommitdiffstats
path: root/testsuites/samples
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 09:16:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 09:16:39 +0000
commit8d0b835889d3c6ff380c19bac1dfb4e97966a815 (patch)
tree8a33a66df74f75a9f4567a4d9a17b2bebef5c8d6 /testsuites/samples
parentAdd prototype for rtems_bsdnet_loopattach. (diff)
downloadrtems-8d0b835889d3c6ff380c19bac1dfb4e97966a815.tar.bz2
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* loopback/init.c : Add prototype for rtems_bsdnet_loopattach. Remove evil type-cast.
Diffstat (limited to 'testsuites/samples')
-rw-r--r--testsuites/samples/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 8ede648fb6..14f0f90b97 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,5 +1,7 @@
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * loopback/init.c : Add prototype for rtems_bsdnet_loopattach.
+ Remove evil type-cast.
* nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h).
* nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include.
* nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"