From: simonmar Date: Fri, 20 Dec 2002 09:41:20 +0000 (+0000) Subject: [project @ 2002-12-20 09:41:20 by simonmar] X-Git-Tag: nhc98-1-18-release~770 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=dedf929bb632beadd9e15d0e572f631e644bdbe2;p=haskell-directory.git [project @ 2002-12-20 09:41:20 by simonmar] Remove c_uname from here, it isn't required in the base package --- diff --git a/GHC/Posix.hs b/GHC/Posix.hs index 82fb011..a8e0f7b 100644 --- a/GHC/Posix.hs +++ b/GHC/Posix.hs @@ -397,9 +397,6 @@ foreign import ccall unsafe "tcgetattr" foreign import ccall unsafe "tcsetattr" c_tcsetattr :: CInt -> CInt -> Ptr CTermios -> IO CInt -foreign import ccall unsafe "uname" - c_uname :: Ptr CUtsname -> IO CInt - foreign import ccall unsafe "utime" c_utime :: CString -> Ptr CUtimbuf -> IO CMode