From 87da822c7f9f4226293614c90d2845c0abd3bccb Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Fri, 13 Mar 2009 19:17:24 +0000 Subject: [PATCH] * libmisc/salt.c: Removed l64a prototype. The libc declaration is non static, but the internal definition is static. --- ChangeLog | 5 +++++ libmisc/salt.c | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6e82ab60..b8eb40ff 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 728147e8..d61908f6 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 -- 2.40.0