Module Name: src Committed By: rillig Date: Fri Sep 25 17:14:32 UTC 2020
Modified Files: src/usr.bin/make: suff.c Log Message: make(1): convert int to size_t for string lengths Just for formal reasons. There is no practical scenario in which any filename suffix would grow larger than a few kilocharacters. To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.164 src/usr.bin/make/suff.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.