of function.
ticket: 2876
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17026
dc483132-0cff-0310-8789-
dd5450dbe970
+2005-01-13 Ezra Peisach <epeisach@mit.edu>
+
+ * ftpd.c: GCC 4.0 fixes... Move static declaration of gunique out
+ of function.
+
2004-11-26 Sam Hartman <hartmans@mit.edu>
* ftpcmd.y: nbby should be 8 for anything platform we care about.
static int disallowed_user(char *);
static int restricted_user(char *);
static int checkuser(char *);
+static char *gunique(char *);
#ifdef SETPROCTITLE
char **Argv = NULL; /* pointer to argument vector */
FILE *fout, *din;
struct stat st;
int (*closefunc)();
- static char *gunique();
if (logging > 1) syslog(LOG_NOTICE, "put %s", path_expand(name));