Module Name: src Committed By: sjg Date: Fri Jun 5 18:03:59 UTC 2020
Modified Files:
src/usr.bin/make: dir.c
Log Message:
cached_stats: do not conflate stat and lstat
While make uses lstat quite rarely, it does so for reason.
Avoid confusing the results.
Reviewed by: christos
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 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.
