allow compilation without SUPPORT_UTMP

This commit is contained in:
jdolecek 2006-12-04 21:13:22 +00:00
parent edad69123e
commit 20480d6fc5
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@
#include "extern.h"
#ifdef SUPPORT_UTMP
typedef struct utmp UTMP;
static int fd = -1;
@ -144,6 +145,7 @@ ftpd_logout(const char *line)
}
return(rval);
}
#endif /* SUPPORT_UTMP */
#ifdef SUPPORT_UTMPX
/*