diff options
Diffstat (limited to 'util-linux')
| -rw-r--r-- | util-linux/more.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/more.c b/util-linux/more.c index f95cb48ad..ffc8206f2 100644 --- a/util-linux/more.c +++ b/util-linux/more.c | |||
| @@ -49,7 +49,7 @@ | |||
| 49 | 49 | ||
| 50 | FILE *cin; | 50 | FILE *cin; |
| 51 | 51 | ||
| 52 | struct termios initial_settings, new_settings; | 52 | static struct termios initial_settings, new_settings; |
| 53 | 53 | ||
| 54 | void gotsig(int sig) | 54 | void gotsig(int sig) |
| 55 | { | 55 | { |
