Ansify another function. This is the last in the file, I hope.

This commit is contained in:
Mark Murray 2015-06-28 10:51:08 +00:00
parent 7233d3094d
commit 6687b6720b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284910

View File

@ -224,8 +224,7 @@ kproc_suspend_check(struct proc *p)
*/
void
kthread_start(udata)
const void *udata;
kthread_start(const void *udata)
{
const struct kthread_desc *kp = udata;
int error;