mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
Use a proper prototype.
This was a failure in the GCC build. MFC after: 1 month X-MFC-With: r290663
This commit is contained in:
parent
f2e553364c
commit
5d811cd568
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue