cvs commit: src/usr.bin/make dir.c make.h nonints.h str.c
Hartmut Brandt
harti at FreeBSD.org
Wed Dec 8 00:12:00 PST 2004
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 at 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
More information about the cvs-src
mailing list