Changeset 762425e in rtems


Ignore:
Timestamp:
03/31/20 08:05:51 (4 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
7cec259
Parents:
eb92b1f
git-author:
Sebastian Huber <sebastian.huber@…> (03/31/20 08:05:51)
git-committer:
Sebastian Huber <sebastian.huber@…> (03/31/20 08:11:06)
Message:

ftpd: Remove superfluous defines

These defines are not used and easily conflict with application code.
They are also defined by the standard header file <arpa/ftp.h> if
someone needs them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/include/rtems/ftpd.h

    reb92b1f r762425e  
    5858};
    5959
    60 /*
    61  * Reply codes.
    62  */
    63 #define PRELIM          1       /* positive preliminary */
    64 #define COMPLETE        2       /* positive completion */
    65 #define CONTINUE        3       /* positive intermediate */
    66 #define TRANSIENT       4       /* transient negative completion */
    67 #define ERROR           5       /* permanent negative completion */
    68 
    6960rtems_status_code rtems_ftpd_start(
    7061  const struct rtems_ftpd_configuration *config
Note: See TracChangeset for help on using the changeset viewer.