summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2002-03-11 11:48:55 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2002-03-11 11:48:55 +0000
commit39e992262c8d4b175d8cd81f81726cabd2902171 (patch)
treef5a7c50f81430c4248fadbc2d75fac772d4c94a8 /libexec
parentcae6f50f5aea20c086a023f032ce51f84e9b741f (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/ftpcmd.y7
1 files changed, 3 insertions, 4 deletions
diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y
index 60287fbf92f8..d48b646f62a6 100644
--- a/libexec/ftpd/ftpcmd.y
+++ b/libexec/ftpd/ftpcmd.y
@@ -58,6 +58,8 @@ static const char rcsid[] =
#include <ctype.h>
#include <errno.h>
#include <glob.h>
+#include <libutil.h>
+#include <md5.h>
#include <netdb.h>
#include <pwd.h>
#include <signal.h>
@@ -67,8 +69,6 @@ static const char rcsid[] =
#include <syslog.h>
#include <time.h>
#include <unistd.h>
-#include <libutil.h>
-#include <md5.h>
#include "extern.h"
@@ -137,8 +137,7 @@ extern int epsvall;
%token <i> NUMBER
%type <i> check_login octal_number byte_size
-%type <i> check_login_ro octal_number byte_size
-%type <i> check_login_epsv octal_number byte_size
+%type <i> check_login_ro check_login_epsv
%type <i> struct_code mode_code type_code form_code
%type <s> pathstring pathname password username
%type <s> ALL