summaryrefslogtreecommitdiff
path: root/games/netmaj/patches/patch-ak
blob: f72853ef4611f84b3b7f78e4e7160794c53b8198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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