Partial sync from FreeBSD/jmallet:
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 12 Nov 2004 22:11:33 +0000 (22:11 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 12 Nov 2004 22:11:33 +0000 (22:11 +0000)
commitb3820a0952a4c1e37672742c42ae20c4fe8d8250
treed0549e77802c43ed74eeba853cd4b1aaf6fc5504
parent9a309bcc32439183cbb4b166d5463b6c03fb38a8
Partial sync from  FreeBSD/jmallet:

String lengths and sizeof()s are size_t not int.  Mark an unused parameter
of ReadMakefile as __unused, it's there because this function is used by
the abstracted list interface
usr.bin/make/arch.c
usr.bin/make/compat.c
usr.bin/make/job.c
usr.bin/make/job.h
usr.bin/make/main.c
usr.bin/make/make.h
usr.bin/make/nonints.h
usr.bin/make/parse.c
usr.bin/make/targ.c
usr.bin/make/util.c