1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00

Merge upstream r743: caught_signal should be static.

This commit is contained in:
Dag-Erling Smørgrav 2013-09-07 19:27:58 +00:00
parent ff67676447
commit 424a96e698
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/openpam/dist/; revision=255375

View File

@ -58,7 +58,7 @@
int openpam_ttyconv_timeout = 0;
volatile sig_atomic_t caught_signal;
static volatile sig_atomic_t caught_signal;
/*
* Handle incoming signals during tty conversation