From 5c9c8b4b262806356d882d1b88b96796d0755af8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 26 Jan 2001 06:50:46 +0000 Subject: Make cin be static --- ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ls.c') diff --git a/ls.c b/ls.c index 215c58bb6..2df41d07f 100644 --- a/ls.c +++ b/ls.c @@ -198,7 +198,7 @@ unsigned long ls_disp_hr = KILOBYTE; # define getTermSettings(fd,argp) tcgetattr(fd, argp); # endif -FILE *cin; +static FILE *cin; static struct termios initial_settings, new_settings; -- cgit v1.2.3