Date: Wed, 18 May 2005 06:50:39 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make arch.c arch.h job.c job.h lst.c lst.h parse.c util.h Message-ID: <200505180650.j4I6odGa000804@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-05-18 06:50:39 UTC FreeBSD src repository Modified files: usr.bin/make arch.c arch.h job.c job.h lst.c lst.h parse.c util.h Log: Get rid of the ReturnStatus obscuration that was anyway used only in two places. While here don't bother returning anything from Lst_Replace - nobody ever checks the return code. Suggested by: jmallet Revision Changes Path 1.64 +14 -14 src/usr.bin/make/arch.c 1.5 +1 -1 src/usr.bin/make/arch.h 1.113 +9 -9 src/usr.bin/make/job.c 1.42 +1 -1 src/usr.bin/make/job.h 1.7 +0 -6 src/usr.bin/make/lst.c 1.37 +1 -2 src/usr.bin/make/lst.h 1.106 +6 -7 src/usr.bin/make/parse.c 1.10 +0 -5 src/usr.bin/make/util.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505180650.j4I6odGa000804>