2013-09-26 17:14:40 +02:00

18 lines
400 B
Plaintext

$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))