Module Name: src Committed By: rillig Date: Tue Oct 6 21:51:33 UTC 2020
Modified Files:
src/usr.bin/make: util.c
Log Message:
make(1): remove incomplete fallback implementation of strftime
The function strftime is available since C89. Any environments older
than that are not supported anymore.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/usr.bin/make/util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
