aboutsummaryrefslogtreecommitdiffhomepage
path: root/System
diff options
context:
space:
mode:
authorGravatar panne <unknown>2004-10-08 17:48:57 +0000
committerGravatar panne <unknown>2004-10-08 17:48:57 +0000
commit9bb51bb9a19e13bdfc41adb96fe1206399b02f15 (patch)
treeb2a66d92bd032756d46b76b99e149bedd93f0d19 /System
parentc59d690128c9f1ce30c0cff1a6f1fe5e593e863e (diff)
[project @ 2004-10-08 17:48:57 by panne]
Unbreak Hugs: execvpe.c has gone
Diffstat (limited to 'System')
-rw-r--r--System/Posix/Process.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/Process.hsc b/System/Posix/Process.hsc
index e0ea099..c5e7cc3 100644
--- a/System/Posix/Process.hsc
+++ b/System/Posix/Process.hsc
@@ -79,7 +79,7 @@ import System.Posix.Signals
import Control.Monad
#ifdef __HUGS__
-{-# CBITS HsUnix.c execvpe.c #-}
+{-# CBITS HsUnix.c #-}
#endif
-- -----------------------------------------------------------------------------