summaryrefslogtreecommitdiffstats
path: root/sys/tests
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-11-11 16:23:07 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-11-11 16:23:07 +0000
commit929c66051e4cce6839c7381d34a5bb2300f67467 (patch)
treef7403a0ab800e49486b8adacf8f7401a86fe4c2c /sys/tests
parent83b666668aada73845aadcd2c51e6f4758c3fb97 (diff)
downloadFreeBSD-src-929c66051e4cce6839c7381d34a5bb2300f67467.zip
FreeBSD-src-929c66051e4cce6839c7381d34a5bb2300f67467.tar.gz
Use a proper prototype.
This was a failure in the GCC build. MFC after: 1 month X-MFC-With: r290663
Diffstat (limited to 'sys/tests')
-rw-r--r--sys/tests/callout_test/callout_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/tests/callout_test/callout_test.c b/sys/tests/callout_test/callout_test.c
index f3d3a67..678e209 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)
OpenPOWER on IntegriCloud