* libmisc/chowntty.c, src/login.c, lib/prototypes.h: Remove the
tty argument from chown_tty. chown_tty always changes stdin and does not need this argument anymore.
This commit is contained in:
parent
a324a7f13f
commit
2b290e7abb
@ -76,7 +76,7 @@ extern char *Basename (char *str);
|
||||
extern int chown_tree (const char *, uid_t, uid_t, gid_t, gid_t);
|
||||
|
||||
/* chowntty.c */
|
||||
extern void chown_tty (const char *, const struct passwd *);
|
||||
extern void chown_tty (const struct passwd *);
|
||||
|
||||
/* console.c */
|
||||
extern bool console (const char *);
|
||||
|
Loading…
Reference in New Issue
Block a user