[Pkg-shadow-commits] r2039 - upstream/trunk

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun May 25 23:40:00 UTC 2008


Author: nekral-guest
Date: 2008-05-25 23:39:59 +0000 (Sun, 25 May 2008)
New Revision: 2039

Modified:
   upstream/trunk/ChangeLog
Log:
	* libmisc/setugid.c (setup_uid_gid): The is_console argument is no a bool.
	* libmisc/setugid.c: Avoid implicit conversion of integers / pointers to booleans.
	* libmisc/setugid.c: Add brackets.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-05-25 23:38:05 UTC (rev 2038)
+++ upstream/trunk/ChangeLog	2008-05-25 23:39:59 UTC (rev 2039)
@@ -1,5 +1,13 @@
 2008-05-26  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* libmisc/setugid.c (setup_uid_gid): The is_console argument is no
+	a bool.
+	* libmisc/setugid.c: Avoid implicit conversion of integers /
+	pointers to booleans.
+	* libmisc/setugid.c: Add brackets.
+
+2008-05-26  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* libmisc/pam_pass.c (do_pam_passwd): The silent and
 	change_expired are no booleans instead of int.
 	* libmisc/pam_pass.c: The return value of pam_end is not checked




More information about the Pkg-shadow-commits mailing list