pkgsrc/x11/gnome-session/patches/patch-af
drochner a0cf2f4bb7 update to 2.24.0
This switches to the gnome-2.24 release branch.
2008-10-16 18:14:13 +00:00

28 lines
716 B
Text

$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
}