From: nekral-guest Date: Fri, 13 Mar 2009 19:17:24 +0000 (+0000) Subject: * libmisc/salt.c: Removed l64a prototype. The libc declaration is X-Git-Tag: 4.1.3~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87da822c7f9f4226293614c90d2845c0abd3bccb;p=thirdparty%2Fshadow.git * libmisc/salt.c: Removed l64a prototype. The libc declaration is non static, but the internal definition is static. --- diff --git a/ChangeLog b/ChangeLog index 6e82ab60a..b8eb40ffc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-13 Mike Frysinger + + * libmisc/salt.c: Removed l64a prototype. The libc declaration is + non static, but the internal definition is static. + 2009-03-09 Nicolas François * src/gpasswd.c: log_gpasswd_success_gshadow only exists ifdef diff --git a/libmisc/salt.c b/libmisc/salt.c index 728147e8e..d61908f6a 100644 --- a/libmisc/salt.c +++ b/libmisc/salt.c @@ -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