summaryrefslogtreecommitdiff
path: root/lang/ghc/patches/patch-al
blob: ca1cfb7a85d91cfa9f23673daf89ba598dea5afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-al,v 1.3 2008/03/24 22:40:23 kristerw Exp $

--- libraries/base/System/Posix/Internals.hs.orig	2008-03-24 13:34:39.000000000 +0100
+++ libraries/base/System/Posix/Internals.hs	2008-03-24 13:44:11.000000000 +0100
@@ -354,7 +354,7 @@
 foreign import ccall unsafe "HsBase.h __hscore_open"
    c_open :: CString -> CInt -> CMode -> IO CInt
 
-foreign import ccall unsafe "HsBase.h opendir" 
+foreign import ccall unsafe "HsBase.h __hscore_opendir" 
    c_opendir :: CString  -> IO (Ptr CDir)
 
 foreign import ccall unsafe "HsBase.h __hscore_mkdir"