mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 03:54:17 +01:00
Explicitly call caused' an
int'.
Sugested by: gcc-2.8
This commit is contained in:
parent
5f160d1454
commit
748496456a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34331
@ -23,7 +23,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id$
|
||||
* $Id: sig.c,v 1.11 1997/12/21 12:11:08 brian Exp $
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
@ -35,7 +35,7 @@
|
||||
#include "log.h"
|
||||
#include "sig.h"
|
||||
|
||||
static caused[NSIG]; /* An array of pending signals */
|
||||
static int caused[NSIG]; /* An array of pending signals */
|
||||
static sig_type handler[NSIG]; /* all start at SIG_DFL */
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user