Module Name: src Committed By: rillig Date: Wed Dec 15 10:07:53 UTC 2021
Modified Files: src/usr.bin/make: hash.c hash.h Log Message: make: change return type of HashTable_Set to void None of the callers needs the HashEntry for further manipulation. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/usr.bin/make/hash.c cvs rdiff -u -r1.42 -r1.43 src/usr.bin/make/hash.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.