[darcs-devel] Re: execvp_no_vtalarm is really found in compat.h not unistd.h

Mark Stosberg mark at summersault.com
Thu Apr 7 19:25:01 PDT 2005


On 2005-04-07, Jim Radford <radford at blackbean.org> wrote:
>> {
> hunk ./Exec.lhs 81
>      :: CString -> IO Int
>  foreign import ccall unsafe "static unistd.h fork" c_fork
>      :: IO Int
> -foreign import ccall unsafe "static unistd.h execvp_no_vtalarm" execvp_no_vtalarm
> +foreign import ccall unsafe "static compat.h execvp_no_vtalarm" execvp_no_vtalarm
>      :: CString -> Ptr CString -> IO Int
>  #endif

Humor me as non-Haskeller. If the wrong package wasn't being used
before, what bug did it cause? 

    Mark

-- 
http://mark.stosberg.com/ 





More information about the darcs-devel mailing list