pkgsrc/games/netmaj/patches/patch-ak
2004-01-23 19:05:45 +00:00

15 lines
287 B
Text

$NetBSD: patch-ak,v 1.1 2004/01/23 19:05:45 agc Exp $
--- lib/libcurses/printw.c 2004/01/23 19:01:18 1.1
+++ lib/libcurses/printw.c 2004/01/23 19:01:45
@@ -42,10 +42,6 @@
* is not in effect.
*/
-#ifdef __GNUC__
-#undef __STDC__
-#endif
-
#if __STDC__
#include <stdarg.h>
#else