* libmisc/salt.c: Removed l64a prototype. The libc declaration is

non static, but the internal definition is static.
This commit is contained in:
nekral-guest 2009-03-13 19:17:24 +00:00
parent 47a57bced1
commit 87da822c7f
2 changed files with 5 additions and 3 deletions

View File

@ -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

View 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