]> granicus.if.org Git - shadow/commitdiff
* libmisc/chowntty.c, src/login.c, lib/prototypes.h: Remove the
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 22 Nov 2008 23:56:51 +0000 (23:56 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 22 Nov 2008 23:56:51 +0000 (23:56 +0000)
tty argument from chown_tty. chown_tty always changes stdin and
does not need this argument anymore.

lib/prototypes.h

index 945da0086cc39d3ca60ca4786498bc3c29637b5f..1e77bb2cf190cfb18c9e8fd5d8c64fd0184dc2c9 100644 (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 *);