Package: gnome-session
Version: 2.14.1-1
Tags: patch

Our automated buildd log filter [1] detected a problem that will cause
your package to segfault on architectures such as ia64:

Function `gsm_get_conf_client' implicitly converted to pointer at
gsm-xrandr.c:138
Function `gsm_get_conf_client' implicitly converted to pointer at
gsm-at-startup.c:30

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions

Patch to add the missing declaration is attached below.

Thanks,

--david
--
Mosberger Consulting LLC, http://www.mosberger-consulting.com/
--- gnome-session-2.14.1/gnome-session/gsm-at-startup.c	2006-03-21 10:37:40.000000000 -0700
+++ gnome-session-2.14.1-fixed/gnome-session/gsm-at-startup.c	2006-05-19 09:05:03.000000000 -0600
@@ -2,6 +2,7 @@
 #include <string.h>
 
 #include "gsm-at-startup.h"
+#include "util.h"
 
 #include <gdk/gdk.h>
 #include <libgnome/libgnome.h>
--- gnome-session-2.14.1/gnome-session/gsm-xrandr.c	2006-03-25 04:10:32.000000000 -0700
+++ gnome-session-2.14.1-fixed/gnome-session/gsm-xrandr.c	2006-05-19 09:06:29.000000000 -0600
@@ -10,6 +10,7 @@
 #include <gtk/gtk.h>
 #include <gdk/gdkx.h>
 #include <X11/extensions/Xrandr.h>
+#include "util.h"
 #endif
 
 #ifdef HAVE_RANDR

Reply via email to