diff options
Diffstat (limited to 'ls.c')
-rw-r--r-- | ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,7 +198,7 @@ unsigned long ls_disp_hr = KILOBYTE; | |||
198 | # define getTermSettings(fd,argp) tcgetattr(fd, argp); | 198 | # define getTermSettings(fd,argp) tcgetattr(fd, argp); |
199 | # endif | 199 | # endif |
200 | 200 | ||
201 | FILE *cin; | 201 | static FILE *cin; |
202 | 202 | ||
203 | static struct termios initial_settings, new_settings; | 203 | static struct termios initial_settings, new_settings; |
204 | 204 | ||