Constify the arguments to the list compare function. This temporarily
authorMax Okumoto <okumoto@dragonflybsd.org>
Fri, 17 Dec 2004 07:53:57 +0000 (07:53 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Fri, 17 Dec 2004 07:53:57 +0000 (07:53 +0000)
commitd98710ab755239e63f5116578e8af2d43aac589f
treef2f77815e81f97e2215860bab87edb05f9e6cd86
parent3bef815bb1d36952bb7909eda16eff8fae2cc313
Constify the arguments to the list compare function. This temporarily
requires to make a copy of the filename in ReadMakefile and to
duplicate two small functions in suff.c. This hopefully will go
away when everything is constified.

Taken-from: FreeBSD
Author: harti
usr.bin/make/arch.c
usr.bin/make/cond.c
usr.bin/make/dir.c
usr.bin/make/job.c
usr.bin/make/lst.h
usr.bin/make/lst.lib/lstFindFrom.c
usr.bin/make/main.c
usr.bin/make/suff.c
usr.bin/make/var.c