Date: Sun, 24 Jan 1999 10:58:13 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Michael Callahan cc: djgpp-workers AT delorie DOT com, "Peter J. Braam" Subject: Re: Coda has TCP/IP and annonymous mmap for DJGPP on W95 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com On Fri, 22 Jan 1999, Michael Callahan wrote: > (Note that this means that I do not support using mmap() to map the > contents of a file.) Please note that this means the limited version of mmap you are suggesting should be called by some other name, not mmap. Otherwise, packages that auto-configure themselves by trying to link in the mmap function will think that DJGPP supports it, and try to use it. Other than that, I think your contribution is most welcome.