Subject: CVS commit: src/libexec/ld.elf_so
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 10/05/2007 22:21:40
Module Name:	src
Committed By:	ad
Date:		Fri Oct  5 22:21:40 UTC 2007

Removed Files:
	src/libexec/ld.elf_so: malloc.c

Log Message:
- Don't use the names malloc/free/etc, since we can end up pulling in libc's
  malloc which is not what we want.
- Remove ancient memory compaction hack. Realloc on free memory is now an
  error again (from joerg@).

Ok christos@.


To generate a diff of this commit:
cvs rdiff -r1.9 -r0 src/libexec/ld.elf_so/malloc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.