Module Name: src Committed By: rillig Date: Mon Oct 10 21:17:26 UTC 2022
Modified Files: src/usr.bin/make: compat.c job.c main.c make.h Log Message: make: change return type of unlink_file back to int As unlink_file is a wrapper around unlink, use the same encoding for the possible return values as in the wrapped function. This consistency is more important than expressing all possible return values in the return type 'bool'. https://mail-index.netbsd.org/tech-toolchain/2022/10/06/msg004155.html No functional change. To generate a diff of this commit: cvs rdiff -u -r1.241 -r1.242 src/usr.bin/make/compat.c cvs rdiff -u -r1.455 -r1.456 src/usr.bin/make/job.c cvs rdiff -u -r1.584 -r1.585 src/usr.bin/make/main.c cvs rdiff -u -r1.307 -r1.308 src/usr.bin/make/make.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.