From owner-cvs-src@FreeBSD.ORG Wed May 18 06:50:40 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FD4816A4CE; Wed, 18 May 2005 06:50:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCCD643D82; Wed, 18 May 2005 06:50:39 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4I6odI7000805; Wed, 18 May 2005 06:50:39 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4I6odGa000804; Wed, 18 May 2005 06:50:39 GMT (envelope-from harti) Message-Id: <200505180650.j4I6odGa000804@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 18 May 2005 06:50:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make arch.c arch.h job.c job.h lst.c lst.h parse.c util.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 06:50:40 -0000 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