From c13b76ca6a495cda6e51934a7788f48ca6f3bb0e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 9 Jan 2003 12:59:25 +0000 Subject: Updated from latest NewPG project --- common/signal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/signal.c') diff --git a/common/signal.c b/common/signal.c index b150fa90a..dc026c10f 100644 --- a/common/signal.c +++ b/common/signal.c @@ -30,8 +30,8 @@ #include "util.h" -static volatile int caught_fatal_sig = 0; -static volatile int caught_sigusr1 = 0; +static volatile int caught_fatal_sig; +static volatile int caught_sigusr1; static void (*cleanup_fnc)(void); -- cgit