summaryrefslogtreecommitdiffstats
path: root/src/appl
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-07-03 11:00:15 +0000
committerEzra Peisach <epeisach@mit.edu>2001-07-03 11:00:15 +0000
commit1c3083c5a4212ddb6e3dcbe5a5c8df579d51a8e5 (patch)
tree0a263739972d19a94a127b77226ce250e3bfd25b /src/appl
parent76c660f9c2d17707678d41b6e5b0270a322a5a5f (diff)
downloadkrb5-1c3083c5a4212ddb6e3dcbe5a5c8df579d51a8e5.tar.gz
krb5-1c3083c5a4212ddb6e3dcbe5a5c8df579d51a8e5.tar.xz
krb5-1c3083c5a4212ddb6e3dcbe5a5c8df579d51a8e5.zip
* ftpd.c (sgetpwnam): Remove local declaration of sgetsave
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13549 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl')
-rw-r--r--src/appl/gssftp/ftpd/ChangeLog4
-rw-r--r--src/appl/gssftp/ftpd/ftpd.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog
index 88a24f83b3..91f5c5c011 100644
--- a/src/appl/gssftp/ftpd/ChangeLog
+++ b/src/appl/gssftp/ftpd/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-03 Ezra Peisach <epeisach@mit.edu>
+
+ * ftpd.c (sgetpwnam): Remove local declaration of sgetsave.
+
2001-07-02 Ezra Peisach <epeisach@mit.edu>
* popen.c: Include ftpd_var.h.
diff --git a/src/appl/gssftp/ftpd/ftpd.c b/src/appl/gssftp/ftpd/ftpd.c
index 4aac16800e..3e832afd95 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) {