Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make
Module Name: src
Committed By: rillig
Date: Sun Dec 13 21:27:46 UTC 2020
Modified Files:
src/usr.bin/make: for.c meta.c parse.c var.c
Log Message:
make(1): replace %zu with %u in printf calls
This is needed to compile bmake with GCC 2.8.1 on SunOS 5.9.
To support ancient systems like this, the whole code of usr.bin/make is
supposed to use only ISO C90 features, except for filemon, which is not
used on these systems.
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/usr.bin/make/for.c
cvs rdiff -u -r1.159 -r1.160 src/usr.bin/make/meta.c
cvs rdiff -u -r1.480 -r1.481 src/usr.bin/make/parse.c
cvs rdiff -u -r1.733 -r1.734 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.
Home |
Main Index |
Thread Index |
Old Index