term.c: fix typo
* term.c: Rename TCLFLSH to TCFLSH.
This commit is contained in:
parent
34bd4d255f
commit
8c3e8e7db7
10
term.c
10
term.c
@ -32,10 +32,12 @@
|
||||
*/
|
||||
#include <linux/termios.h>
|
||||
|
||||
#include "xlat/tcxonc_options.h"
|
||||
#ifdef TCXONC
|
||||
# include "xlat/tcxonc_options.h"
|
||||
#endif
|
||||
|
||||
#ifdef TCLFLSH
|
||||
#include "xlat/tcflsh_options.h"
|
||||
#ifdef TCFLSH
|
||||
# include "xlat/tcflsh_options.h"
|
||||
#endif
|
||||
|
||||
#include "xlat/baud_options.h"
|
||||
@ -166,7 +168,7 @@ term_ioctl(struct tcb *tcp, const unsigned int code, long arg)
|
||||
printxval(tcxonc_options, arg, "TC???");
|
||||
return 1;
|
||||
#endif
|
||||
#ifdef TCLFLSH
|
||||
#ifdef TCFLSH
|
||||
case TCFLSH:
|
||||
tprints(", ");
|
||||
printxval(tcflsh_options, arg, "TC???");
|
||||
|
Loading…
x
Reference in New Issue
Block a user