[python] Updated (2.4.4 -> 2.4.5)
[opensde-package-nopast.git] / filesystem / reiserfsprogs / no-coredump.patch
blobb89add589e4776d23b6516b32c4fbb5ac10ff8d1
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../reiserfsprogs/no-coredump.patch
5 # Copyright (C) 2004 - 2006 The T2 SDE Project
6 # Copyright (C) 1998 - 2004 Clifford Wolf
8 # More information can be found in the files COPYING and README.
10 # This patch file is dual-licensed. It is available under the license the
11 # patched project is licensed under, as long as it is an OpenSource license
12 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
13 # of the GNU General Public License as published by the Free Software
14 # Foundation; either version 2 of the License, or (at your option) any later
15 # version.
16 # --- SDE-COPYRIGHT-NOTE-END ---
18 --- reiserfsprogs-3.6.11/lib/misc.c.orig 2003-08-16 11:58:25.000000000 +0200
19 +++ reiserfsprogs-3.6.11/lib/misc.c 2003-08-16 11:59:32.000000000 +0200
20 @@ -50,7 +50,7 @@
21 va_end (args);
23 fprintf (stderr, "\n%s\n", buf);
24 - abort ();
25 + exit (-1);