From 5d811cd5680bb40de3ba00a538aa56defe8f04c7 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 11 Nov 2015 16:23:07 +0000 Subject: [PATCH] Use a proper prototype. This was a failure in the GCC build. MFC after: 1 month X-MFC-With: r290663 --- sys/tests/callout_test/callout_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/tests/callout_test/callout_test.c b/sys/tests/callout_test/callout_test.c index f3d3a6714db8..678e20967af7 100644 --- a/sys/tests/callout_test/callout_test.c +++ b/sys/tests/callout_test/callout_test.c @@ -72,7 +72,7 @@ static struct callout_run *comaster[MAXCPU]; uint64_t callout_total=0; -static void execute_the_co_test(); +static void execute_the_co_test(struct callout_run *rn); static void co_saydone(void *arg)