mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Put back Andy's void for gcc happiness.
Submitted by: jchandra@
This commit is contained in:
parent
eda6932911
commit
5837276ce2
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ SDT_PROBE_DEFINE2(sched, , , surrender, "struct thread *",
|
|||
* the maximum randomness.
|
||||
*/
|
||||
static uint32_t
|
||||
sched_random()
|
||||
sched_random(void)
|
||||
{
|
||||
uint32_t *rndptr;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue