From: Norbert Pueschel Date: Sun, 8 Dec 1996 14:33:00 +0000 (+0100) Subject: Fix for AmigaOS - inplace operation X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a8c18271910162b7a852e44e11d167239724623e;p=p5sagit%2Fp5-mst-13.2.git 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> --- diff --git a/doio.c b/doio.c index 69cc891..175b6b0 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",