diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-30 07:46:23 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-30 07:46:23 +0000 |
commit | 658aef6e920b3edbb232fed18fb6b7bc2c0183ef (patch) | |
tree | 2db782873b3bbcdf3001d8f38434302a5a7c92d2 /util-linux | |
parent | 301e726b26628e3c55a044904a2f9a63bfcb6539 (diff) | |
download | busybox-w32-658aef6e920b3edbb232fed18fb6b7bc2c0183ef.tar.gz busybox-w32-658aef6e920b3edbb232fed18fb6b7bc2c0183ef.tar.bz2 busybox-w32-658aef6e920b3edbb232fed18fb6b7bc2c0183ef.zip |
Improvements from Vladimir N. Oleynik.
git-svn-id: svn://busybox.net/trunk/busybox@1507 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 ffc8206f2..9310cf930 100644 --- a/util-linux/more.c +++ b/util-linux/more.c | |||
@@ -51,7 +51,7 @@ FILE *cin; | |||
51 | 51 | ||
52 | static struct termios initial_settings, new_settings; | 52 | static struct termios initial_settings, new_settings; |
53 | 53 | ||
54 | void gotsig(int sig) | 54 | static void gotsig(int sig) |
55 | { | 55 | { |
56 | setTermSettings(fileno(cin), &initial_settings); | 56 | setTermSettings(fileno(cin), &initial_settings); |
57 | fprintf(stdout, "\n"); | 57 | fprintf(stdout, "\n"); |