Date: Tue, 21 Sep 1999 15:33:38 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Damian Yerrick cc: djgpp AT delorie DOT com Subject: Re: malloc() In-Reply-To: <7s0hnu$fbh$1@solomon.cs.rose-hulman.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 18 Sep 1999, Damian Yerrick wrote: > The malloc() you are probably using to write DJGPP programs > was made by BSD, and the University of California AT Berkeley > owns your malloc(). I have found alternatives at > http://www.delorie.com/djgpp/malloc/ > but how do I use them instead of BSD malloc()? DJGPP v2.02 removed the BSD version and replaced it with the version written by DJ Delorie which doesn't fall under the BSD Copyright. And, btw, as of July 1999, the University of California no longer requires the blurb about their Copyright to be present in software that uses their code. So the problem doesn't exist anymore.