ANSIfy the only function that uses K&R definition in this file.

This commit is contained in:
markm 2015-06-28 09:44:58 +00:00
parent 7e52b12444
commit 42e076b3f4

View File

@ -55,8 +55,7 @@ __FBSDID("$FreeBSD$");
* to be called from SYSINIT().
*/
void
kproc_start(udata)
const void *udata;
kproc_start(const void *udata)
{
const struct kproc_desc *kp = udata;
int error;