cvs commit: src/usr.bin/make job.c str.c
Max Okumoto
okumoto at crater.dragonflybsd.org
Thu Apr 28 11:53:03 PDT 2005
okumoto 2005/04/28 11:50:35 PDT
DragonFly src repository
Modified files:
usr.bin/make job.c str.c
Log:
The first element of the array return by brk_string(), is never
used so we can remove the Var_Value() call. This is good since
that code hasn't worked for a while.
Revision Changes Path
1.86 +3 -3 src/usr.bin/make/job.c
1.28 +8 -8 src/usr.bin/make/str.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/job.c.diff?r1=1.85&r2=1.86&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/str.c.diff?r1=1.27&r2=1.28&f=u
More information about the Commits
mailing list