From d9a3a2f8a2280b9d8fab5e7c9219736d36534d7f Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 18 Jun 2008 13:21:16 +0000 Subject: [PATCH] define NeedVarargsPrototypes to avoid segfault on x86_64 --- utils/lndir/lndir.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/lndir/lndir.c b/utils/lndir/lndir.c index 22f1e30..bfce2b5 100644 --- a/utils/lndir/lndir.c +++ b/utils/lndir/lndir.c @@ -43,6 +43,8 @@ in this Software without prior written authorization from the X Consortium. % lndir ../X */ +#define NeedVarargsPrototypes 1 + #include "lndir-Xos.h" #include #include -- 1.7.10.4