pkgsrc/mail/elm/patches/patch-am

18 lines
400 B
Text
Raw Normal View History

$NetBSD: patch-am,v 1.1 2006/07/17 17:41:00 wiz Exp $
--- src/curses.c.orig 2005-08-18 13:20:14.000000000 +0000
+++ src/curses.c
@@ -47,11 +47,7 @@ static char rcsid[] = "@(#)$Id: curses.c
#include "s_elm.h"
#include <assert.h>
-#ifdef I_STDARG
-# include <stdarg.h>
-#else
-# include <varargs.h>
-#endif
+#include <stdarg.h>
#define S_(sel, str) catgets(elm_msg_cat, ElmSet, (sel), (str))