From 1459c4fc9487e23b05f2c65b21db43ab555f3639 Mon Sep 17 00:00:00 2001 From: maxim Date: Mon, 11 Mar 2002 11:48:55 +0000 Subject: Remove duplicated yacc nonterminals declarations, sort includes. No functional changes from rev. 1.31. Reviewed by: ru Approved by: ru MFC after: 1 week --- libexec/ftpd/ftpcmd.y | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libexec/ftpd/ftpcmd.y') diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index 60287fb..d48b646 100644 --- a/libexec/ftpd/ftpcmd.y +++ b/libexec/ftpd/ftpcmd.y @@ -58,6 +58,8 @@ static const char rcsid[] = #include #include #include +#include +#include #include #include #include @@ -67,8 +69,6 @@ static const char rcsid[] = #include #include #include -#include -#include #include "extern.h" @@ -137,8 +137,7 @@ extern int epsvall; %token NUMBER %type check_login octal_number byte_size -%type check_login_ro octal_number byte_size -%type check_login_epsv octal_number byte_size +%type check_login_ro check_login_epsv %type struct_code mode_code type_code form_code %type pathstring pathname password username %type ALL -- cgit v1.1