From 39e992262c8d4b175d8cd81f81726cabd2902171 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Mon, 11 Mar 2002 11:48:55 +0000 Subject: [PATCH] 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(-) diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index 60287fbf92f..d48b646f62a 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 -- 2.45.2