Fix my braindamage -- remove termios and sighandling since they are not

needed at all.  My bad.
 -Erik
This commit is contained in:
Eric Andersen 2001-01-26 18:30:12 +00:00
parent 1e4b957ac3
commit a528dc7071
2 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ static unsigned short terminal_width;
static unsigned short column_width;
static unsigned short tabstops;
#else
# define column_width COLUMN_WIDTH
static unsigned short column_width = COLUMN_WIDTH;
#endif
static int status = EXIT_SUCCESS;

2
ls.c
View File

@ -176,7 +176,7 @@ static unsigned short terminal_width;
static unsigned short column_width;
static unsigned short tabstops;
#else
# define column_width COLUMN_WIDTH
static unsigned short column_width = COLUMN_WIDTH;
#endif
static int status = EXIT_SUCCESS;