HomeFreeBSD

Remove unused argument to priv_check_cred.

Description

Remove unused argument to priv_check_cred.

Patch mostly generated with cocinnelle:

@@
expression E1,E2;
@@

  • priv_check_cred(E1,E2,0)

+ priv_check_cred(E1,E2)

Sponsored by: The FreeBSD Foundation

Details

Provenance
mjgAuthored on
Parents
rS341826: Call stable/12 -STABLE now that 12.0-RELEASE is out.
Branches
Unknown
Tags
Unknown