define NeedVarargsPrototypes to avoid segfault on x86_64
authorSimon Marlow <marlowsd@gmail.com>
Wed, 18 Jun 2008 13:21:16 +0000 (13:21 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 18 Jun 2008 13:21:16 +0000 (13:21 +0000)
utils/lndir/lndir.c

index 22f1e30..bfce2b5 100644 (file)
@@ -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 <stdlib.h>
 #include <stdio.h>