mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-03 15:55:40 +00:00
Remove use of non-standard sigaction_t
This commit is contained in:
@@ -104,7 +104,7 @@ bsdauth_verify(struct passwd *pw, char *prompt, sudo_auth *auth, struct sudo_con
|
||||
char *s;
|
||||
size_t len;
|
||||
int authok = 0;
|
||||
sigaction_t sa, osa;
|
||||
struct sigaction sa, osa;
|
||||
auth_session_t *as = ((struct bsdauth_state *) auth->data)->as;
|
||||
debug_decl(bsdauth_verify, SUDOERS_DEBUG_AUTH)
|
||||
|
||||
|
Reference in New Issue
Block a user