2009-11-13 Ralf Corsépius <ralf.corsepius@rtems.org>

* block06/init.c: Add missing prototype.
This commit is contained in:
Ralf Corsepius
2009-11-13 09:47:57 +00:00
parent d949482a3c
commit d093934163
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2009-11-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* block06/init.c: Add missing prototype.
2009-11-10 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* block07/init.c: New test case.
+1 -1
View File
@@ -1759,7 +1759,7 @@ static bdbuf_test_ident bdbuf_tests[] =
* Test the BD Buffering code.
*/
static void
bdbuf_tester ()
bdbuf_tester (void)
{
rtems_device_major_number major;
bdbuf_task_control tasks[BDBUF_TEST_TASKS];