Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-22 03:45:27 +0300
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-22 03:45:27 +0300
commitafc9ff99fd1cbf67eb6e313be247e2e53269a0dc (patch)
treecf6b800fcad5a740692914f223846b170c639707 /shell
parent714701c890b5f03253c5ecdb7367c4258ce78715 (diff)
removal of commented-out cruft
Diffstat (limited to 'shell')
-rw-r--r--shell/cmdedit.c1
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;
static int cur_history;
#endif
-//#include <termios.h>
#define setTermSettings(fd,argp) tcsetattr(fd, TCSANOW, argp)
#define getTermSettings(fd,argp) tcgetattr(fd, argp);