ANSIfy the only function that uses K&R definition in this file.
This commit is contained in:
parent
4311777e58
commit
7233d3094d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user