From owner-cvs-src@FreeBSD.ORG Fri Feb 4 07:51:01 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 80D4B16A4CE; Fri, 4 Feb 2005 07:51:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 632AA43D45; Fri, 4 Feb 2005 07:51:01 +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 j147p1YL005730; Fri, 4 Feb 2005 07:51:01 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j147p1eh005729; Fri, 4 Feb 2005 07:51:01 GMT (envelope-from harti) Message-Id: <200502040751.j147p1eh005729@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 4 Feb 2005 07:51:00 +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 compat.c dir.c dir.h job.c main.c nonints.h parse.c suff.c targ.c targ.h var.c var.h var_modify.c 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: Fri, 04 Feb 2005 07:51:01 -0000 harti 2005-02-04 07:51:00 UTC FreeBSD src repository Modified files: usr.bin/make arch.c compat.c dir.c dir.h job.c main.c nonints.h parse.c suff.c targ.c targ.h var.c var.h var_modify.c Log: Some more easy constification. Submitted by: Max Okumoto Revision Changes Path 1.45 +7 -5 src/usr.bin/make/arch.c 1.45 +5 -4 src/usr.bin/make/compat.c 1.47 +2 -2 src/usr.bin/make/dir.c 1.18 +2 -2 src/usr.bin/make/dir.h 1.73 +2 -2 src/usr.bin/make/job.c 1.115 +16 -11 src/usr.bin/make/main.c 1.31 +1 -1 src/usr.bin/make/nonints.h 1.71 +6 -5 src/usr.bin/make/parse.c 1.41 +2 -1 src/usr.bin/make/suff.c 1.36 +2 -2 src/usr.bin/make/targ.c 1.2 +2 -2 src/usr.bin/make/targ.h 1.61 +13 -14 src/usr.bin/make/var.c 1.6 +2 -2 src/usr.bin/make/var.h 1.11 +3 -3 src/usr.bin/make/var_modify.c