summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorNorbert Pueschel <pueschel@imsdd.meb.uni-bonn.de>1996-12-08 15:33:00 +0100
committerChip Salzenberg <chip@atlantic.net>1996-12-19 16:44:00 +1200
commita8c18271910162b7a852e44e11d167239724623e (patch)
tree6a06fb59eb5379cd03f6155931e7124f3752edbf /doio.c
parent3643fb5f95a46a05a7950f510cd3334d1fd8234b (diff)
downloadperl-a8c18271910162b7a852e44e11d167239724623e.tar.gz
Fix for AmigaOS - inplace operation
This patch for doio.c "fixes" inplace operation for AmigaOS. BTW: 5.003_11 compiles fine and tests ok under AmigaOS, apart from the unavoidable failures. p5p-msgid: <77724601@Armageddon.meb.uni-bonn.de>
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doio.c b/doio.c
index 69cc891fb8..175b6b065a 100644
--- a/doio.c
+++ b/doio.c
@@ -431,7 +431,7 @@ register GV *gv;
#endif
}
else {
-#ifndef DOSISH
+#if !defined(DOSISH) && !defined(AMIGAOS)
# ifndef VMS /* Don't delete; use automatic file versioning */
if (UNLINK(oldname) < 0) {
warn("Can't rename %s to %s: %s, skipping file",