From 1c3083c5a4212ddb6e3dcbe5a5c8df579d51a8e5 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Tue, 3 Jul 2001 11:00:15 +0000 Subject: [PATCH] * ftpd.c (sgetpwnam): Remove local declaration of sgetsave git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13549 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/gssftp/ftpd/ChangeLog | 4 ++++ src/appl/gssftp/ftpd/ftpd.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog index 88a24f83b..91f5c5c01 100644 --- a/src/appl/gssftp/ftpd/ChangeLog +++ b/src/appl/gssftp/ftpd/ChangeLog @@ -1,3 +1,7 @@ +2001-07-03 Ezra Peisach + + * ftpd.c (sgetpwnam): Remove local declaration of sgetsave. + 2001-07-02 Ezra Peisach * popen.c: Include ftpd_var.h. diff --git a/src/appl/gssftp/ftpd/ftpd.c b/src/appl/gssftp/ftpd/ftpd.c index 4aac16800..3e832afd9 100644 --- a/src/appl/gssftp/ftpd/ftpd.c +++ b/src/appl/gssftp/ftpd/ftpd.c @@ -623,8 +623,6 @@ sgetpwnam(name) #ifdef HAVE_SHADOW register struct spwd *sp; #endif - char *sgetsave(); - if ((p = getpwnam(name)) == NULL) return (p); if (save.pw_name) { -- 2.26.2