Package: xmountains Version: 2.7-4 Severity: important Tags: patch Usertags: implicit-pointer-conversion
Our automated buildd log filter[1] detected a problem that is likely to cause your package to segfault on architectures where the size of a pointer is greater than the size of an integer, such as ia64 and amd64. Function `getenv' implicitly converted to pointer at vroot.h:97 This is often due to a missing function prototype definition. [1]http://people.debian.org/~dannf/check-implicit-pointer-functions --- xmountains-2.7.orig/vroot.h 2004-05-05 02:21:06.000000000 -0600 +++ xmountains-2.7/vroot.h 2007-06-06 15:14:28.000000000 -0600 @@ -75,6 +75,7 @@ #include <X11/X.h> #include <X11/Xatom.h> #include <X11/Xlib.h> +#include <stdlib.h> static Window #ifdef __STDC__ /* ANSIfication added by jwz, to avoid superfluous warnings. */ -- dann frazier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

