From owner-cvs-all@FreeBSD.ORG Mon Mar 7 16:35:32 2005 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 B9D4016A4CE; Mon, 7 Mar 2005 16:35:32 +0000 (GMT) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9298243D48; Mon, 7 Mar 2005 16:35:31 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-1.dlr.de over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Mon, 7 Mar 2005 17:35:30 +0100 Date: Mon, 7 Mar 2005 17:42:38 +0100 (CET) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: src-committers@FreeBSD.org In-Reply-To: <200503071623.j27GNs9X097394@repoman.freebsd.org> Message-ID: <20050307174048.H3741@beagle.kn.op.dlr.de> References: <200503071623.j27GNs9X097394@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 07 Mar 2005 16:35:30.0536 (UTC) FILETIME=[AD28BE80:01C52333] cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make var.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harti Brandt List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2005 16:35:32 -0000 On Mon, 7 Mar 2005, Hartmut Brandt wrote: HB>harti 2005-03-07 16:23:54 UTC HB> HB> FreeBSD src repository HB> HB> Modified files: HB> usr.bin/make var.c HB> Log: HB> Constify the callers of brk_string in this file. HB> HB> Patch: 7.108 Just for the curious: Max and I are working together on make - he on DragonFly's and I on ours (he intended to work on NetBSD's too). These patch numbers help us to keep things synchronized. harti HB> HB> Submitted by: Max Okumoto HB> HB> Revision Changes Path HB> 1.109 +24 -18 src/usr.bin/make/var.c HB> HB> HB>