diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2001-07-03 11:00:15 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2001-07-03 11:00:15 +0000 |
| commit | 1c3083c5a4212ddb6e3dcbe5a5c8df579d51a8e5 (patch) | |
| tree | 0a263739972d19a94a127b77226ce250e3bfd25b /src | |
| parent | 76c660f9c2d17707678d41b6e5b0270a322a5a5f (diff) | |
| download | krb5-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')
| -rw-r--r-- | src/appl/gssftp/ftpd/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 <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 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) { |
