diff options
author | Norbert Pueschel <pueschel@imsdd.meb.uni-bonn.de> | 1996-12-08 15:33:00 +0100 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1996-12-19 16:44:00 +1200 |
commit | a8c18271910162b7a852e44e11d167239724623e (patch) | |
tree | 6a06fb59eb5379cd03f6155931e7124f3752edbf | |
parent | 3643fb5f95a46a05a7950f510cd3334d1fd8234b (diff) | |
download | perl-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>
-rw-r--r-- | doio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |