aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-12-22 00:45:27 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-12-22 00:45:27 +0000
commitf72b3af4d83501e269e0a06793949f2fceec7653 (patch)
treecf6b800fcad5a740692914f223846b170c639707 /shell
parent2ae5f6f7b023c362db59c8ecf16c416bf1f77a75 (diff)
downloadbusybox-w32-f72b3af4d83501e269e0a06793949f2fceec7653.tar.gz
busybox-w32-f72b3af4d83501e269e0a06793949f2fceec7653.tar.bz2
busybox-w32-f72b3af4d83501e269e0a06793949f2fceec7653.zip
removal of commented-out cruft
git-svn-id: svn://busybox.net/trunk/busybox@17039 69ca8d6d-28ef-0310-b511-8ec308f3f277
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;
77static int cur_history; 77static 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