[Pkg-shadow-commits] r1661 - in upstream/trunk: . src

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun Jan 6 12:12:31 UTC 2008


Author: nekral-guest
Date: 2008-01-06 12:12:30 +0000 (Sun, 06 Jan 2008)
New Revision: 1661

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/pwunconv.c
Log:
Remove prototype of l64a() (not used in pwunconv).


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-01-06 12:09:38 UTC (rev 1660)
+++ upstream/trunk/ChangeLog	2008-01-06 12:12:30 UTC (rev 1661)
@@ -1,5 +1,10 @@
 2008-01-06  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* src/pwunconv.c: Remove prototype of l64a() (not used in
+	pwunconv).
+
+2008-01-06  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* src/login_nopam.c: Use an ANSI prototype for resolve_hostname()
 	instead of K&R prototype.
 	* src/login_nopam.c: Fix the prototypes of list_match(),

Modified: upstream/trunk/src/pwunconv.c
===================================================================
--- upstream/trunk/src/pwunconv.c	2008-01-06 12:09:38 UTC (rev 1660)
+++ upstream/trunk/src/pwunconv.c	2008-01-06 12:12:30 UTC (rev 1661)
@@ -46,8 +46,6 @@
  */
 static int shadow_locked = 0, passwd_locked = 0;
 
-char *l64a ();
-
 /* local function prototypes */
 static void fail_exit (int);
 




More information about the Pkg-shadow-commits mailing list