mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Remove use of non-standard sigaction_t
This commit is contained in:
@@ -81,7 +81,7 @@ sigttou(int signo)
|
||||
static int
|
||||
tcsetattr_nobg(int fd, int flags, struct termios *tp)
|
||||
{
|
||||
sigaction_t sa, osa;
|
||||
struct sigaction sa, osa;
|
||||
int rc;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user