Put back Andy's void for gcc happiness.

Submitted by:	jchandra@
This commit is contained in:
Warner Losh 2015-02-27 23:14:08 +00:00
parent eda6932911
commit 5837276ce2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279383

View File

@ -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;