diff options
| author | Lexi Winter <lexi@le-Fay.ORG> | 2024-01-04 22:34:58 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2024-01-05 02:40:53 +0000 |
| commit | 6c951b37170f1fb2ae8b4827070743e61b6eaed2 (patch) | |
| tree | d5e2e933a9bcd677edecfb1f0bf908713902c5be /usr.bin/mail | |
| parent | 324fd7ec40439e6b3916429a69956d7acf74eb19 (diff) | |
Diffstat (limited to 'usr.bin/mail')
| -rw-r--r-- | usr.bin/mail/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/tty.c b/usr.bin/mail/tty.c index 9921c8cbd209..937a43bb3789 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; |
