DragonFly commits List (threaded) for 2005-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/make parse.c parse.h
okumoto 2005/02/03 22:45:16 PST
DragonFly src repository
Modified files:
usr.bin/make parse.c parse.h
Log:
Back out constify of Parse_File(). It is assigned to curFile.fname
and you cannot const this because it's passed to free() later on.
Revision Changes Path
1.44 +1 -1 src/usr.bin/make/parse.c
1.4 +1 -1 src/usr.bin/make/parse.h
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/parse.c.diff?r1=1.43&r2=1.44&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/parse.h.diff?r1=1.3&r2=1.4&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]