*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)

top: fix "top </dev/null" case (by Cristian Ionescu-Idbohrn)
This commit is contained in:
Denis Vlasenko
2008-03-19 19:38:46 +00:00
parent 0764a7f72d
commit cf7cf62204
5 changed files with 34 additions and 24 deletions

View File

@@ -1400,7 +1400,7 @@ int less_main(int argc, char **argv)
term_less.c_cc[VTIME] = 0;
/* We want to restore term_orig on exit */
bb_signals(BB_SIGS_FATAL, sig_catcher);
bb_signals(BB_FATAL_SIGS, sig_catcher);
reinitialize();
while (1) {