freebsd-nq/gnu/lib
Rich Murphey adb52cac6c merge free.c realloc.c into malloc.c so that all three are linked in
if any are referenced.

libc's malloc.o contains malloc(), free() and realloc().  And libc
refers to realloc which will cause the linker to pull in redundant
malloc() and free() definitions from malloc.o if it isn't already
linked in from GNU malloc.  Rich
1993-10-19 18:22:37 +00:00
..
libmalloc merge free.c realloc.c into malloc.c so that all three are linked in 1993-10-19 18:22:37 +00:00
libregex Changed install -o root -g bin to -o ${BINOWN} -g ${BINGRP} on the header 1993-08-23 05:26:19 +00:00