[Pkg-shadow-commits] r2452 - upstream/trunk/lib

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sat Nov 22 23:56:51 UTC 2008


Author: nekral-guest
Date: 2008-11-22 23:56:51 +0000 (Sat, 22 Nov 2008)
New Revision: 2452

Modified:
   upstream/trunk/lib/prototypes.h
Log:
	* 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.


Modified: upstream/trunk/lib/prototypes.h
===================================================================
--- upstream/trunk/lib/prototypes.h	2008-11-22 23:56:11 UTC (rev 2451)
+++ upstream/trunk/lib/prototypes.h	2008-11-22 23:56:51 UTC (rev 2452)
@@ -76,7 +76,7 @@
 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 *);




More information about the Pkg-shadow-commits mailing list