[project @ 2003-04-12 16:38:23 by panne]
authorpanne <unknown>
Sat, 12 Apr 2003 16:38:23 +0000 (16:38 +0000)
committerpanne <unknown>
Sat, 12 Apr 2003 16:38:23 +0000 (16:38 +0000)
Typo :-}

ghc/compiler/main/SysTools.lhs

index 82967d0..5d2c180 100644 (file)
@@ -853,7 +853,7 @@ getExecDir :: IO (Maybe String) = do return Nothing
 foreign import ccall "_getpid" unsafe getProcessID :: IO Int -- relies on Int == Int32 on Windows
 #elif __GLASGOW_HASKELL__ > 504
 getProcessID :: IO Int
-getProcessID = System.Posix.Internals..c_getpid >>= return . fromIntegral
+getProcessID = System.Posix.Internals.c_getpid >>= return . fromIntegral
 #else
 getProcessID :: IO Int
 getProcessID = Posix.getProcessID