Replace master/slave in code with leader/follower.

This commit is contained in:
Todd C. Miller
2020-06-15 16:21:32 -06:00
parent f093cb2e52
commit 8bb5aedacf
5 changed files with 83 additions and 83 deletions

View File

@@ -213,7 +213,7 @@ int parse_args(int argc, char **argv, int *old_optind, int *nargc,
extern int tgetpass_flags;
/* get_pty.c */
bool get_pty(int *master, int *slave, char *name, size_t namesz, uid_t uid);
bool get_pty(int *leader, int *follower, char *name, size_t namesz, uid_t uid);
/* sudo.c */
int policy_init_session(struct command_details *details);