From: sof Date: Thu, 30 Sep 1999 12:35:50 +0000 (+0000) Subject: [project @ 1999-09-30 12:35:50 by sof] X-Git-Tag: Approximately_9120_patches~5743 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b113320e1efb66dcbbcca642aedbc16260cac7b9;p=ghc-hetmet.git [project @ 1999-09-30 12:35:50 by sof] more of same --- diff --git a/ghc/lib/std/cbits/renameFile.c b/ghc/lib/std/cbits/renameFile.c index 630e4d4..d62cbbf 100644 --- a/ghc/lib/std/cbits/renameFile.c +++ b/ghc/lib/std/cbits/renameFile.c @@ -1,7 +1,7 @@ /* * (c) The GRASP/AQUA Project, Glasgow University, 1994-1998 * - * $Id: renameFile.c,v 1.4 1999/03/01 09:27:49 sof Exp $ + * $Id: renameFile.c,v 1.5 1999/09/30 12:35:50 sof Exp $ * * renameFile Runtime Support */ @@ -21,7 +21,7 @@ #include #endif -#ifdef mingw32_TARGET_OS +#if defined(mingw32_TARGET_OS) && !defined(O_NOCTTY) #define O_NOCTTY 0 #endif