Fix my braindamage -- remove termios and sighandling since they are not
needed at all. My bad. -Erik
This commit is contained in:
parent
1e4b957ac3
commit
a528dc7071
@ -176,7 +176,7 @@ static unsigned short terminal_width;
|
|||||||
static unsigned short column_width;
|
static unsigned short column_width;
|
||||||
static unsigned short tabstops;
|
static unsigned short tabstops;
|
||||||
#else
|
#else
|
||||||
# define column_width COLUMN_WIDTH
|
static unsigned short column_width = COLUMN_WIDTH;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int status = EXIT_SUCCESS;
|
static int status = EXIT_SUCCESS;
|
||||||
|
2
ls.c
2
ls.c
@ -176,7 +176,7 @@ static unsigned short terminal_width;
|
|||||||
static unsigned short column_width;
|
static unsigned short column_width;
|
||||||
static unsigned short tabstops;
|
static unsigned short tabstops;
|
||||||
#else
|
#else
|
||||||
# define column_width COLUMN_WIDTH
|
static unsigned short column_width = COLUMN_WIDTH;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int status = EXIT_SUCCESS;
|
static int status = EXIT_SUCCESS;
|
||||||
|
Loading…
Reference in New Issue
Block a user