Minor robustness fixes for debugging.
[exim.git] / src / src / daemon.c
index 3db9be374214e9e3f37b54af3e1c219c8c7f2cd1..c11e2ed0a3d81b40b8bdeedf1e49164f5e683978 100644 (file)
@@ -31,8 +31,8 @@ static smtp_slot empty_smtp_slot = { 0, NULL };
 *               Local static variables           *
 *************************************************/
 
-static volatile BOOL sigchld_seen;
-static volatile BOOL sighup_seen;
+static SIGNAL_BOOL sigchld_seen;
+static SIGNAL_BOOL sighup_seen;
 
 static int   accept_retry_count = 0;
 static int   accept_retry_errno;