[Pkg-shadow-commits] r1649 - in upstream/trunk: . lib

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sat Jan 5 15:43:33 UTC 2008


Author: nekral-guest
Date: 2008-01-05 15:43:33 +0000 (Sat, 05 Jan 2008)
New Revision: 1649

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/lib/prototypes.h
Log:
Fix the do_pam_passwd() prototype (it returns void).


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-01-05 15:41:58 UTC (rev 1648)
+++ upstream/trunk/ChangeLog	2008-01-05 15:43:33 UTC (rev 1649)
@@ -2,6 +2,8 @@
 
 	* lib/groupio.c: Remove prototype of putgrent(), add parameter's
 	name of sgetgrent().
+	* lib/prototypes.h: Fix the do_pam_passwd() prototype (it returns
+	void).
 
 2008-01-05  Nicolas François  <nicolas.francois at centraliens.net>
 
@@ -15,15 +17,14 @@
 	* lib/prototypes.h: "shadowio.h" was included for the definition
 	of the spwd structure. Replace this include by <shadow.h>
 	* libmisc/xmalloc.c, libmisc/utmp.c, libmisc/strtoday.c,
-	libmisc/pwd_init.c, libmisc/tz.c, lib/port.c, lib/fputsx.c:
-	Include "prototypes.h" to make sure the exported prototypes are
-	the ones used for the definition of functions.
+	libmisc/pwd_init.c, libmisc/tz.c, lib/port.c, lib/fputsx.c,
+	libmisc/pam_pass.c: Include "prototypes.h" to make sure the
+	exported prototypes are the ones used for the definition of
+	functions.
 	* libmisc/console.c: Define is_listed() as static and add its
 	prototype.
 	* libmisc/xgetXXbyYY.c, libmisc/yesno.c: Include config.h as a
 	system include, as recommended by the autoconf documentation.
-	* libmisc/pam_pass.c: Define do_pam_passwd() as static and add its
-	prototype.
 	* libmisc/log.c: Define dolastlog() as static and add its
 	prototype.
 	* src/chage.c: Define isnum() as static and add its prototype.

Modified: upstream/trunk/lib/prototypes.h
===================================================================
--- upstream/trunk/lib/prototypes.h	2008-01-05 15:41:58 UTC (rev 1648)
+++ upstream/trunk/lib/prototypes.h	2008-01-05 15:43:33 UTC (rev 1649)
@@ -115,7 +115,7 @@
 extern int obscure (const char *, const char *, const struct passwd *);
 
 /* pam_pass.c */
-extern int do_pam_passwd (const char *, int, int);
+extern void do_pam_passwd (const char *, int, int);
 
 /* port.c */
 extern int isttytime (const char *, const char *, time_t);




More information about the Pkg-shadow-commits mailing list