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

This commit is contained in:
Mark Murray 2015-06-28 09:44:58 +00:00
parent 4311777e58
commit 7233d3094d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284909

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;