From 1455fe33be114eb86766bda8dcbec69526ae2f46 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 11 Jan 2007 13:31:28 +0000 Subject: [PATCH] Kept SIGWINCH from spoiling a burn. --- libburn/trunk/cdrskin/cdrskin_timestamp.h | 2 +- libburn/trunk/cdrskin/cleanup.c | 4 ++-- libburn/trunk/libburn/cleanup.c | 4 ++-- libburn/trunk/libburn/os-freebsd.h | 4 ++-- libburn/trunk/libburn/os-linux.h | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/libburn/trunk/cdrskin/cdrskin_timestamp.h b/libburn/trunk/cdrskin/cdrskin_timestamp.h index f682ec86..8416faae 100644 --- a/libburn/trunk/cdrskin/cdrskin_timestamp.h +++ b/libburn/trunk/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2007.01.11.131106" +#define Cdrskin_timestamP "2007.01.11.131302" diff --git a/libburn/trunk/cdrskin/cleanup.c b/libburn/trunk/cdrskin/cleanup.c index 5ed61ab9..fc923830 100644 --- a/libburn/trunk/cdrskin/cleanup.c +++ b/libburn/trunk/cdrskin/cleanup.c @@ -63,9 +63,9 @@ static int signal_list_count= 24; /* Signals not to be caught */ static int non_signal_list[]= { - SIGKILL, SIGCHLD, SIGSTOP, SIGURG, -1 + SIGKILL, SIGCHLD, SIGSTOP, SIGURG, SIGWINCH, -1 }; -static int non_signal_list_count= 4; +static int non_signal_list_count= 5; #endif /* Cleanup_has_no_libburn_os_H */ diff --git a/libburn/trunk/libburn/cleanup.c b/libburn/trunk/libburn/cleanup.c index 5ed61ab9..fc923830 100644 --- a/libburn/trunk/libburn/cleanup.c +++ b/libburn/trunk/libburn/cleanup.c @@ -63,9 +63,9 @@ static int signal_list_count= 24; /* Signals not to be caught */ static int non_signal_list[]= { - SIGKILL, SIGCHLD, SIGSTOP, SIGURG, -1 + SIGKILL, SIGCHLD, SIGSTOP, SIGURG, SIGWINCH, -1 }; -static int non_signal_list_count= 4; +static int non_signal_list_count= 5; #endif /* Cleanup_has_no_libburn_os_H */ diff --git a/libburn/trunk/libburn/os-freebsd.h b/libburn/trunk/libburn/os-freebsd.h index 0c1aaffc..f3e903e5 100644 --- a/libburn/trunk/libburn/os-freebsd.h +++ b/libburn/trunk/libburn/os-freebsd.h @@ -37,10 +37,10 @@ /** To list all signals which shall surely not be caught */ #define BURN_OS_NON_SIGNAL_MACRO_LIST \ -SIGKILL, SIGCHLD, SIGSTOP, SIGURG +SIGKILL, SIGCHLD, SIGSTOP, SIGURG, SIGWINCH /* The number of above list items */ -#define BURN_OS_NON_SIGNAL_COUNT 4 +#define BURN_OS_NON_SIGNAL_COUNT 5 /* The maximum size for a (SCSI) i/o transaction */ diff --git a/libburn/trunk/libburn/os-linux.h b/libburn/trunk/libburn/os-linux.h index 0fc7c1e2..99e8bb5f 100644 --- a/libburn/trunk/libburn/os-linux.h +++ b/libburn/trunk/libburn/os-linux.h @@ -34,10 +34,10 @@ /** To list all signals which shall surely not be caught */ #define BURN_OS_NON_SIGNAL_MACRO_LIST \ -SIGKILL, SIGCHLD, SIGSTOP, SIGURG +SIGKILL, SIGCHLD, SIGSTOP, SIGURG, SIGWINCH /* The number of above list items */ -#define BURN_OS_NON_SIGNAL_COUNT 4 +#define BURN_OS_NON_SIGNAL_COUNT 5 /* The maximum size for a (SCSI) i/o transaction */