/[pkgs]/rpms/openoffice.org/devel/openoffice.org-3.1.1.oooXXXXXX.sal.justcoredump.patch
ViewVC logotype

Contents of /rpms/openoffice.org/devel/openoffice.org-3.1.1.oooXXXXXX.sal.justcoredump.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Sat Oct 10 15:48:46 2009 UTC (6 weeks, 1 day ago) by caolanm
Branch: MAIN
CVS Tags: openoffice_org-3_2_0-2_2_fc13, openoffice_org-3_2_0-2_1_fc13, openoffice_org-3_2_0-4_2_fc13, openoffice_org-3_2_0-1_1_fc13, openoffice_org-3_2_0-1_2_fc13, openoffice_org-3_2_0-4_1_fc13, openoffice_org-3_2_0-2_5_fc13, openoffice_org-3_2_0-2_3_fc13, openoffice_org-3_2_0-5_1_fc13, openoffice_org-3_2_0-3_1_fc13, openoffice_org-3_2_0-3_4_fc13, openoffice_org-3_2_0-2_4_fc13, openoffice_org-3_2_0-3_2_fc13, HEAD
Changes since 1.1: +0 -9 lines
File MIME type: text/x-patch
first 3.2.0 milestone
1 --- openoffice.org.orig/sal/osl/unx/signal.c 2009-09-15 09:14:35.000000000 +0100
2 +++ openoffice.org/sal/osl/unx/signal.c 2009-09-15 09:14:40.000000000 +0100
3 @@ -77,10 +77,14 @@
4 #include "file_path_helper.h"
5
6 #define ACT_IGNORE 1
7 -#define ACT_ABORT 2
8 -#define ACT_EXIT 3
9 -#define ACT_SYSTEM 4
10 -#define ACT_HIDE 5
11 +#define ACT_EXIT 2
12 +#define ACT_SYSTEM 3
13 +#define ACT_HIDE 4
14 +#ifdef SAL_ENABLE_CRASH_REPORT
15 +# define ACT_ABORT 5
16 +#else
17 +# define ACT_ABORT ACT_SYSTEM
18 +#endif
19
20 #define MAX_PATH_LEN 2048
21

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2