pam_unix: Remove bogus __unused attribute

Approved by:		cy, des, tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D34320
This commit is contained in:
Felix Palmen 2022-09-05 20:50:29 +02:00
parent ddc0ed5836
commit 6f4d99c654

View File

@ -87,7 +87,7 @@ static char password_hash[] = PASSWORD_HASH;
* authentication management
*/
PAM_EXTERN int
pam_sm_authenticate(pam_handle_t *pamh, int flags __unused,
pam_sm_authenticate(pam_handle_t *pamh, int flags,
int argc __unused, const char *argv[] __unused)
{
login_cap_t *lc;