* 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:
nekral-guest 2008-11-22 23:56:51 +00:00
parent a324a7f13f
commit 2b290e7abb

View File

@ -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 *);