[Pkg-shadow-commits] r2032 - in upstream/trunk: . libmisc

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun May 25 22:54:20 UTC 2008


Author: nekral-guest
Date: 2008-05-25 22:54:20 +0000 (Sun, 25 May 2008)
New Revision: 2032

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/libmisc/failure.h
Log:
(failcheck): The failed argument is a bool.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-05-25 22:51:46 UTC (rev 2031)
+++ upstream/trunk/ChangeLog	2008-05-25 22:54:20 UTC (rev 2032)
@@ -13,6 +13,7 @@
 2008-05-26  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* libmisc/failure.c (failcheck): The failed argument is a bool.
+	* libmisc/failure.h: Likewise.
 	* libmisc/failure.c (too_many_failures): too_many_failures returns
 	a bool.
 	* libmisc/failure.c: Add notes about unchecked return values.

Modified: upstream/trunk/libmisc/failure.h
===================================================================
--- upstream/trunk/libmisc/failure.h	2008-05-25 22:51:46 UTC (rev 2031)
+++ upstream/trunk/libmisc/failure.h	2008-05-25 22:54:20 UTC (rev 2032)
@@ -57,7 +57,7 @@
  *	returns FALSE to indicate that the login should be denied even though
  *	the password is valid.
  */
-extern int failcheck (uid_t, struct faillog *, int);
+extern int failcheck (uid_t uid, struct faillog *fl, bool failed);
 
 /*
  * failprint - print line of failure information




More information about the Pkg-shadow-commits mailing list