Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2002 16:16:43 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make arch.c compat.c cond.c job.c main.c make.c nonints.h str.c suff.c targ.c
Message-ID:  <200210232316.g9NNGh57039002@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/10/23 16:16:43 PDT

  Modified files:
    usr.bin/make         arch.c compat.c cond.c job.c main.c 
                         make.c nonints.h str.c suff.c targ.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.33      +6 -6      src/usr.bin/make/arch.c
  1.35      +4 -4      src/usr.bin/make/compat.c
  1.25      +1 -1      src/usr.bin/make/cond.c
  1.46      +1 -1      src/usr.bin/make/job.c
  1.80      +2 -2      src/usr.bin/make/main.c
  1.24      +4 -4      src/usr.bin/make/make.c
  1.18      +0 -3      src/usr.bin/make/nonints.h
  1.26      +2 -2      src/usr.bin/make/str.c
  1.27      +3 -3      src/usr.bin/make/suff.c
  1.26      +1 -1      src/usr.bin/make/targ.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210232316.g9NNGh57039002>