Module Name: src
Committed By: rillig
Date: Sun Sep 27 16:21:06 UTC 2020
Modified Files:
src/usr.bin/make: buf.c buf.h
Log Message:
make(1): rename Buffer fields
It was confusing to have a function Buf_Size that returns buf->count
even though there is also buf->size.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/usr.bin/make/buf.c
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/make/buf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.