CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2011/06/30 15:25:17

Added files:
        lang/ghc/patches: patch-libraries_process_include_runProcess_h 

Log message:
Using vfork(2) is evil, but adding a line like

#define fork vfork

and then apparently call fork (in cbits/runProcess.c, IIRC) is
even worse.

This patch appears to `fix' (or hide?) the ENODEV errors spotted
by landry@ during bulk builds.

A complete GHC update will follow soon, so there's no reason for a bump.

Reply via email to