Package: bumprace
Version: 1.4.6-5
Tags: patch
Our automated buildd log filter[1] detected a problem 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
This patch should fix it...
--- bumprace-1.4.6/src/options.c~ 2003-07-21 10:03:46.000000000 -0600
+++ bumprace-1.4.6/src/options.c 2005-07-05 17:07:21.321337736 -0600
@@ -1,3 +1,4 @@
+#include <stdlib.h>
#include "bumprace.h"
#include "errno.h"
--- Begin Message ---
Function `getenv' implicitly converted to pointer at options.c:12
--- End Message ---