]> granicus.if.org Git - shadow/commitdiff
* libmisc/salt.c: Removed l64a prototype. The libc declaration is
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Mar 2009 19:17:24 +0000 (19:17 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Mar 2009 19:17:24 +0000 (19:17 +0000)
non static, but the internal definition is static.

ChangeLog
libmisc/salt.c

index 6e82ab60a326ff902176acb2ce67573df19a0da8..b8eb40ffc9aadc886028a0c66f699ad1b37ea43f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-13  Mike Frysinger  <vapier@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@centraliens.net>
 
        * src/gpasswd.c: log_gpasswd_success_gshadow only exists ifdef
index 728147e8e41ba81f2981de279e09d48f83c3982f..d61908f6afe3f49fddc1d7255362e68caace7f71 100644 (file)
@@ -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