mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 23:05:17 +00:00
Remove use of non-standard sigaction_t
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user