From owner-svn-src-head@FreeBSD.ORG Thu Dec 17 11:42:37 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4768A1065672; Thu, 17 Dec 2009 11:42:37 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id DFE408FC14; Thu, 17 Dec 2009 11:42:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 10D289CB08A; Thu, 17 Dec 2009 12:40:28 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KDDG9l0Tvt2d; Thu, 17 Dec 2009 12:40:25 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id CA5499CB0FA; Thu, 17 Dec 2009 12:40:25 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id nBHBePpt026890; Thu, 17 Dec 2009 12:40:25 +0100 (CET) (envelope-from rdivacky) Date: Thu, 17 Dec 2009 12:40:25 +0100 From: Roman Divacky To: "Ralf S. Engelschall" Message-ID: <20091217114025.GA26660@freebsd.org> References: <200912170837.nBH8b3Fo025889@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200912170837.nBH8b3Fo025889@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, delphij@FreeBSD.org Subject: Re: svn commit: r200626 - head/usr.bin/yacc X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2009 11:42:37 -0000 On Thu, Dec 17, 2009 at 08:37:03AM +0000, Ralf S. Engelschall wrote: > Author: rse > Date: Thu Dec 17 08:37:02 2009 > New Revision: 200626 > URL: http://svn.freebsd.org/changeset/base/200626 > > Log: > remove external reference to not (or at least no longer) existing variable 'myname' this is a contributed source that is in the process of being updated... I am not exactly sure what's the status of the update, Xin Li? roman