diff --git a/usr.bin/mail/tty.c b/usr.bin/mail/tty.c index 9921c8cbd20..937a43bb378 100644 --- a/usr.bin/mail/tty.c +++ b/usr.bin/mail/tty.c @@ -54,7 +54,7 @@ int grabh(struct header *hp, int gflags) { struct termios ttybuf; - sig_t saveint; + volatile sig_t saveint; sig_t savetstp; sig_t savettou; sig_t savettin;