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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Fri Mar 13 19:17:25 UTC 2009


Author: nekral-guest
Date: 2009-03-13 19:17:24 +0000 (Fri, 13 Mar 2009)
New Revision: 2501

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/libmisc/salt.c
Log:
	* libmisc/salt.c: Removed l64a prototype. The libc declaration is
	non static, but the internal definition is static.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2009-03-08 23:30:56 UTC (rev 2500)
+++ upstream/trunk/ChangeLog	2009-03-13 19:17:24 UTC (rev 2501)
@@ -1,3 +1,8 @@
+2009-03-13  Mike Frysinger  <vapier at gentoo.org>
+
+	* libmisc/salt.c: Removed l64a prototype. The libc declaration is
+	non static, but the internal definition is static.
+
 2009-03-09  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* src/gpasswd.c: log_gpasswd_success_gshadow only exists ifdef

Modified: upstream/trunk/libmisc/salt.c
===================================================================
--- upstream/trunk/libmisc/salt.c	2009-03-08 23:30:56 UTC (rev 2500)
+++ upstream/trunk/libmisc/salt.c	2009-03-13 19:17:24 UTC (rev 2501)
@@ -20,9 +20,6 @@
 #include "getdef.h"
 
 /* local function prototypes */
-#ifndef HAVE_L64A
-char *l64a(long value);
-#endif /* !HAVE_L64A */
 static void seedRNG (void);
 static char *gensalt (size_t salt_size);
 #ifdef USE_SHA_CRYPT




More information about the Pkg-shadow-commits mailing list