cvs commit: src/usr.bin/make
Max Okumoto
okumoto at crater.dragonflybsd.org
Thu Dec 16 14:06:02 PST 2004
okumoto 2004/12/16 14:05:23 PST
DragonFly src repository
Modified files:
usr.bin/make buf.c buf.h var_modify.c
Log:
Make sizes to be of type size_t and correct function arguments that
should be Byte (as the numerous casts to Byte in the function calls
show). Put macro arguments in paranthesis.
Taken-from: FreeBSD
Author: harti
Revision Changes Path
1.10 +17 -17 src/usr.bin/make/buf.c
1.8 +16 -16 src/usr.bin/make/buf.h
1.8 +1 -1 src/usr.bin/make/var_modify.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/buf.c.diff?r1=1.9&r2=1.10&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/buf.h.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/var_modify.c.diff?r1=1.7&r2=1.8&f=u
More information about the Commits
mailing list