=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/output.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/less/output.c 2016/09/17 15:06:41 1.17 --- src/usr.bin/less/output.c 2019/09/03 23:08:42 1.18 *************** *** 17,23 **** int errmsgs; /* Count of messages displayed by error() */ - extern volatile sig_atomic_t sigs; extern int sc_width; extern int so_s_width, so_e_width; extern int screen_trashed; --- 17,22 ---- *************** *** 37,43 **** int i; int a; ! if (ABORT_SIGS()) { /* * Don't output if a signal is pending. */ --- 36,42 ---- int i; int a; ! if (abort_sigs()) { /* * Don't output if a signal is pending. */