summaryrefslogtreecommitdiff
path: root/lang/ghc/patches/patch-ab
blob: 4bd74caf1c2e09002ae11098202517568d495e74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ab,v 1.5 2004/05/29 14:28:43 kristerw Exp $

--- ghc/includes/PosixSource.h.orig	Sat May 22 19:36:17 2004
+++ ghc/includes/PosixSource.h	Sat May 22 19:36:30 2004
@@ -10,9 +10,11 @@
 #ifndef POSIXSOURCE_H
 #define POSIXSOURCE_H
 
+#if 0
 #define _POSIX_SOURCE   1
 #define _POSIX_C_SOURCE 199506L
 #define _ISOC9X_SOURCE
+#endif
 
 /* Let's be ISO C9X too... */