From owner-cvs-all@FreeBSD.ORG Mon Nov 29 12:17:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA6216A4CE; Mon, 29 Nov 2004 12:17:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC2543D5D; Mon, 29 Nov 2004 12:17:13 +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 iATCHDO2094147; Mon, 29 Nov 2004 12:17:13 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATCHDsx094146; Mon, 29 Nov 2004 12:17:13 GMT (envelope-from harti) Message-Id: <200411291217.iATCHDsx094146@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 29 Nov 2004 12:17:13 +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 for.c lst.h main.c parse.c src/usr.bin/make/lst.lib lstDestroy.c lstDupl.c lstFind.c lstFindFrom.c lstForEach.c lstForEachFrom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:17:13 -0000 harti 2004-11-29 12:17:13 UTC FreeBSD src repository Modified files: usr.bin/make for.c lst.h main.c parse.c usr.bin/make/lst.lib lstDestroy.c lstDupl.c lstFind.c lstFindFrom.c lstForEach.c lstForEachFrom.c Log: Use typedefs for the types of the functions that are passed as arguments to the list functions for better readability. Submitted by: Max Okumoto Revision Changes Path 1.22 +1 -1 src/usr.bin/make/for.c 1.17 +13 -8 src/usr.bin/make/lst.h 1.15 +1 -1 src/usr.bin/make/lst.lib/lstDestroy.c 1.15 +1 -1 src/usr.bin/make/lst.lib/lstDupl.c 1.14 +1 -1 src/usr.bin/make/lst.lib/lstFind.c 1.15 +1 -1 src/usr.bin/make/lst.lib/lstFindFrom.c 1.13 +1 -1 src/usr.bin/make/lst.lib/lstForEach.c 1.15 +1 -1 src/usr.bin/make/lst.lib/lstForEachFrom.c 1.101 +1 -1 src/usr.bin/make/main.c 1.59 +1 -1 src/usr.bin/make/parse.c