diff options
Diffstat (limited to 'x11/gnome-session/patches/patch-af')
-rw-r--r-- | x11/gnome-session/patches/patch-af | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/x11/gnome-session/patches/patch-af b/x11/gnome-session/patches/patch-af deleted file mode 100644 index 84ae5aaed3f..00000000000 --- a/x11/gnome-session/patches/patch-af +++ /dev/null @@ -1,28 +0,0 @@ -$NetBSD: patch-af,v 1.1 2008/10/16 18:17:30 drochner Exp $ - ---- gnome-session/gdm-signal-handler.c.orig 2008-10-15 19:43:48.000000000 +0200 -+++ gnome-session/gdm-signal-handler.c -@@ -27,7 +27,6 @@ - #include <unistd.h> - #include <string.h> - #include <signal.h> --#include <execinfo.h> - #include <syslog.h> - #include <sys/wait.h> - #include <sys/stat.h> -@@ -160,6 +159,7 @@ signal_io_watch (GIOChannel *ioc, - static void - fallback_get_backtrace (void) - { -+#if 0 - void * frames[64]; - size_t size; - char ** strings; -@@ -176,6 +176,7 @@ fallback_get_backtrace (void) - } else { - g_warning ("GDM crashed, but symbols couldn't be retrieved."); - } -+#endif - } - - |