mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-05 00:35:14 +00:00
Rename script_setup() to pty_setup() and call from script_execve()
directly.
This commit is contained in:
@@ -160,7 +160,6 @@ void zero_bytes(volatile void *, size_t);
|
||||
/* script.c */
|
||||
int script_execve(struct command_details *details, char *argv[], char *envp[],
|
||||
struct command_status *cstat);
|
||||
void script_setup(uid_t);
|
||||
|
||||
/* term.c */
|
||||
int term_cbreak(int);
|
||||
|
Reference in New Issue
Block a user