mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
Correct a comment.
This commit is contained in:
parent
2a5d8bfea1
commit
3e734fa51b
@ -39,7 +39,7 @@
|
||||
static volatile sig_atomic_t got_sigttou;
|
||||
|
||||
/*
|
||||
* SIGTTOU signal handler for term_restore that just sets a flag.
|
||||
* SIGTTOU signal handler for tcsetpgrp_nobg() that just sets a flag.
|
||||
*/
|
||||
static void
|
||||
sigttou(int signo)
|
||||
|
@ -97,7 +97,7 @@ sudo_dso_public int sudo_term_kill;
|
||||
static volatile sig_atomic_t got_sigttou;
|
||||
|
||||
/*
|
||||
* SIGTTOU signal handler for term_restore that just sets a flag.
|
||||
* SIGTTOU signal handler for tcsetattr_nobg() that just sets a flag.
|
||||
*/
|
||||
static void
|
||||
sigttou(int signo)
|
||||
|
Loading…
x
Reference in New Issue
Block a user