From 762425e1e4a8c47d1215a8357c02e05c7b82e38f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 31 Mar 2020 10:05:51 +0200 Subject: ftpd: Remove superfluous defines These defines are not used and easily conflict with application code. They are also defined by the standard header file if someone needs them. --- cpukit/include/rtems/ftpd.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cpukit/include/rtems/ftpd.h b/cpukit/include/rtems/ftpd.h index d2a51afc21..3e956fe33f 100644 --- a/cpukit/include/rtems/ftpd.h +++ b/cpukit/include/rtems/ftpd.h @@ -57,15 +57,6 @@ struct rtems_ftpd_configuration bool verbose; /* Say hello! */ }; -/* - * Reply codes. - */ -#define PRELIM 1 /* positive preliminary */ -#define COMPLETE 2 /* positive completion */ -#define CONTINUE 3 /* positive intermediate */ -#define TRANSIENT 4 /* transient negative completion */ -#define ERROR 5 /* permanent negative completion */ - rtems_status_code rtems_ftpd_start( const struct rtems_ftpd_configuration *config ); -- cgit v1.2.3