Date: Wed, 8 Dec 2004 08:11:59 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make dir.c make.h nonints.h str.c Message-ID: <200412080811.iB88BxiI044458@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2004-12-08 08:11:59 UTC
FreeBSD src repository
Modified files:
usr.bin/make dir.c make.h nonints.h str.c
Log:
Consify the arguments to str_concat. Remove the STR_DOFREE flag for that
purpose and explicitely free the input string in the one place that was
calling str_concat with that flag.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Revision Changes Path
1.40 +5 -1 src/usr.bin/make/dir.c
1.26 +1 -4 src/usr.bin/make/make.h
1.26 +1 -1 src/usr.bin/make/nonints.h
1.32 +2 -8 src/usr.bin/make/str.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412080811.iB88BxiI044458>
