Module Name: src Committed By: rillig Date: Sun Dec 13 20:57:17 UTC 2020
Modified Files: src/usr.bin/make: lst.c lst.h Log Message: make(1): rename Vector.priv_cap to cap There is no use case for accessing or even modifying the capacity of a vector, therefore there is no need to hide it using the prefix "priv_". This way, the member names are aligned between Buffer and Vector. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/usr.bin/make/lst.c cvs rdiff -u -r1.92 -r1.93 src/usr.bin/make/lst.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.