diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/cmdedit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/cmdedit.c b/shell/cmdedit.c index 68772fe05..93758c9fb 100644 --- a/shell/cmdedit.c +++ b/shell/cmdedit.c | |||
@@ -77,7 +77,6 @@ static int n_history; | |||
77 | static int cur_history; | 77 | static int cur_history; |
78 | #endif | 78 | #endif |
79 | 79 | ||
80 | //#include <termios.h> | ||
81 | #define setTermSettings(fd,argp) tcsetattr(fd, TCSANOW, argp) | 80 | #define setTermSettings(fd,argp) tcsetattr(fd, TCSANOW, argp) |
82 | #define getTermSettings(fd,argp) tcgetattr(fd, argp); | 81 | #define getTermSettings(fd,argp) tcgetattr(fd, argp); |
83 | 82 | ||