Remove use of non-standard sigaction_t

This commit is contained in:
Todd C. Miller
2017-05-12 10:02:18 -06:00
parent b5c88e52b1
commit d979898e71
16 changed files with 14 additions and 38 deletions

View File

@@ -469,7 +469,7 @@ handle_sigchld_nopty(struct exec_closure_nopty *ec)
* resume, potentially stopping sudo with SIGTTOU while the command
* continues to run.
*/
sigaction_t sa, osa;
struct sigaction sa, osa;
pid_t saved_pgrp = -1;
int fd, signo = WSTOPSIG(status);