]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove efree(), it isn't used consistently enough to even pretend that it
authorJuli Mallett <jmallett@FreeBSD.org>
Wed, 23 Oct 2002 23:16:43 +0000 (23:16 +0000)
committerJuli Mallett <jmallett@FreeBSD.org>
Wed, 23 Oct 2002 23:16:43 +0000 (23:16 +0000)
commitcbfcb39874d97238abccb006b6acf2b2f78b2e65
treebbd5e7ccf4fc366bc27a8cad8364cb37e593aa28
parent97490f4b3c85d61c156198a4ed31fefc6d41fe24
Remove efree(), it isn't used consistently enough to even pretend that it
might help on the systems it could possibly be used as a bandaid for.  In
fact, the only thing it's useful for is instrumenting free(3) calls, and in
that capacity, it's better served as a local patch, than a public wrapper.
usr.bin/make/arch.c
usr.bin/make/compat.c
usr.bin/make/cond.c
usr.bin/make/job.c
usr.bin/make/main.c
usr.bin/make/make.c
usr.bin/make/nonints.h
usr.bin/make/str.c
usr.bin/make/suff.c
usr.bin/make/targ.c