Make sizes to be of type size_t and correct function arguments that
authorMax Okumoto <okumoto@dragonflybsd.org>
Thu, 16 Dec 2004 22:05:23 +0000 (22:05 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Thu, 16 Dec 2004 22:05:23 +0000 (22:05 +0000)
commit4f762dd13e6c3b002d7e6f3f17e0c8728d09c8a4
tree3fa26e6e015e9f29566a26d07fea1a0ee32cdbb9
parent1e609a2189b5a8696a5d3c61d953cff53a77d1e1
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
usr.bin/make/buf.c
usr.bin/make/buf.h
usr.bin/make/var_modify.c