Module Name: src Committed By: rillig Date: Sun Nov 29 09:42:54 UTC 2020
Modified Files:
src/usr.bin/make: dir.c
Log Message:
make(1): remove comment about returning const
The callers modify the reference count of the CachedDir, therefore it
must be modifiable.
To generate a diff of this commit:
cvs rdiff -u -r1.230 -r1.231 src/usr.bin/make/dir.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
