aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-11-11 16:23:07 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-11-11 16:23:07 +0000
commit5d811cd5680bb40de3ba00a538aa56defe8f04c7 (patch)
treef7403a0ab800e49486b8adacf8f7401a86fe4c2c
parentf2e553364c1b4e869c1fc11ebb2fb1f813b0e49f (diff)
downloadsrc-5d811cd5680bb40de3ba00a538aa56defe8f04c7.tar.gz
src-5d811cd5680bb40de3ba00a538aa56defe8f04c7.zip
Use a proper prototype.
This was a failure in the GCC build. MFC after: 1 month X-MFC-With: r290663
Notes
Notes: svn path=/head/; revision=290675
-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 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)