From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10212230523.AA21628@clio.rice.edu> Subject: Re: djgpp: djgpp/src/libc/compat/unistd/_irdlink.c To: djgpp-workers AT delorie DOT com Date: Sun, 22 Dec 2002 23:23:34 -0600 (CST) In-Reply-To: <3E05D780.5F779C84@phekda.freeserve.co.uk> from "Richard Dawe" at Dec 22, 2002 03:17:20 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Are you sure this doesn't break symlinks? Symlinks are text files with > newlines, so don't we need read rather than _read, to convert CRLFs to > newlines? I would check this, but I don't want to do a 'cvs update', until > I've hunted down some other bugs. On code inspection it probably does break it (sorry). But if we subtract one more byte if it's a CR then this should work. (I'm on low bandwidth at relatives, so give me a few days...)