From: nekral-guest Date: Sun, 6 Jan 2008 12:12:30 +0000 (+0000) Subject: Remove prototype of l64a() (not used in pwunconv). X-Git-Tag: 4.1.1~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8289eabc55368de951b48827fe97b25c32680551;p=thirdparty%2Fshadow.git Remove prototype of l64a() (not used in pwunconv). --- diff --git a/ChangeLog b/ChangeLog index 9f0740b43..3acc0e6db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-06 Nicolas François + + * src/pwunconv.c: Remove prototype of l64a() (not used in + pwunconv). + 2008-01-06 Nicolas François * src/login_nopam.c: Use an ANSI prototype for resolve_hostname() diff --git a/src/pwunconv.c b/src/pwunconv.c index 6c369fb04..d12b4b077 100644 --- a/src/pwunconv.c +++ b/src/pwunconv.c @@ -46,8 +46,6 @@ */ static int shadow_locked = 0, passwd_locked = 0; -char *l64a (); - /* local function prototypes */ static void fail_exit (int);