Module Name: src Committed By: rillig Date: Wed Aug 25 22:14:38 UTC 2021
Modified Files: src/usr.bin/make: arch.c var.c Log Message: make: fix lint warnings on ilp32 platforms The warnings in arch.c were about conversions from int to long. The warnings in var.c were about conversions from long long to ptrdiff_t. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203 src/usr.bin/make/arch.c cvs rdiff -u -r1.947 -r1.948 src/usr.bin/make/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.