HomeFreeBSD

kboot: Use (void) instead of () for functiosn with no args

Description

kboot: Use (void) instead of () for functiosn with no args

int foo(); means 'a function that takes any number of arguments.`
not a function that takes no arguemnts, that's spelled int foo(void);
Adopt the latter.

Sponsored by: Netflix

Details

Provenance
impAuthored on Dec 9 2022, 2:55 PM
Parents
rGf6d5d31cd5d5: heimdal: kadm5_c_get_principal() should check return code
Branches
Unknown
Tags
Unknown