Package: hula Version: 0.1.0+svn379-2 Tags: patch Severity: important Our automated buildd log filter[1] detected a problem[2] that will cause your package to segfault on architectures where the size of a pointer is greater than the size of an integer, such as ia64.
[1]http://people.debian.org/~dannf/check-implicit-pointer-functions [2]Function `MsgInit' implicitly converted to pointer at hulasendmail.c:61 diff -urN hula-0.1.0+svn379.orig/src/apps/hulasendmail/hulasendmail.c hula-0.1.0+svn379/src/apps/hulasendmail/hulasendmail.c --- hula-0.1.0+svn379.orig/src/apps/hulasendmail/hulasendmail.c 2005-08-30 09:59:57.000000000 -0600 +++ hula-0.1.0+svn379/src/apps/hulasendmail/hulasendmail.c 2005-09-16 10:58:49.000000000 -0600 @@ -37,6 +37,7 @@ #include <unistd.h> #include "hulasendmail.h" +#include "msgapi.h" int main (int argc, char *argv[]) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

