Change 16382 by rgs@rgs-home on 2002/05/03 20:14:07
Subject: [PATCH] perl -i clobbers files on Cygwin
From: "Gerrit P. Haase" <[EMAIL PROTECTED]>
Date: Fri, 3 May 2002 20:30:25 +0200
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/doio.c#199 edit
Differences ...
==== //depot/perl/doio.c#199 (text) ====
Index: perl/doio.c
--- perl/doio.c.~1~ Fri May 3 14:30:05 2002
+++ perl/doio.c Fri May 3 14:30:05 2002
@@ -790,7 +790,7 @@
#endif
}
else {
-#if !defined(DOSISH) && !defined(AMIGAOS)
+#if !defined(DOSISH) && !defined(AMIGAOS) && !defined(__CYGWIN__)
# ifndef VMS /* Don't delete; use automatic file versioning */
if (UNLINK(PL_oldname) < 0) {
if (ckWARN_d(WARN_INPLACE))
End of Patch.