summaryrefslogtreecommitdiff
path: root/usr.bin/less/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/less/edit.c')
-rw-r--r--usr.bin/less/edit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/less/edit.c b/usr.bin/less/edit.c
index 8acd89231d0..eff4d28dcf7 100644
--- a/usr.bin/less/edit.c
+++ b/usr.bin/less/edit.c
@@ -21,7 +21,6 @@ extern char *every_first_cmd;
extern int any_display;
extern int force_open;
extern int is_tty;
-extern volatile sig_atomic_t sigs;
extern IFILE curr_ifile;
extern IFILE old_ifile;
extern struct scrpos initial_scrpos;
@@ -478,7 +477,7 @@ edit_istep(IFILE h, int n, int dir)
*/
return (1);
}
- if (ABORT_SIGS()) {
+ if (abort_sigs()) {
/*
* Interrupt breaks out, if we're in a long
* list of files that can't be opened.