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

@@ -381,7 +381,7 @@ replay_session(const double max_wait, const char *decimal)
bool interactive;
struct write_closure wc;
char buf[LINE_MAX];
sigaction_t sa;
struct sigaction sa;
int idx;
debug_decl(replay_session, SUDO_DEBUG_UTIL)