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 */