From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 10 08:56:31 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69F3137B401 for ; Thu, 10 Jul 2003 08:56:31 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEF2943FAF for ; Thu, 10 Jul 2003 08:56:28 -0700 (PDT) (envelope-from freebsd-bugs-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (rwcrmhc11) with ESMTP id <2003071015562201300j7l8ae>; Thu, 10 Jul 2003 15:56:23 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h6AFuLlA001428; Thu, 10 Jul 2003 11:56:21 -0400 (EDT) (envelope-from freebsd-bugs-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h6AFuLc5001425; Thu, 10 Jul 2003 11:56:21 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-bugs-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: Thomas Novin References: <5.1.0.14.2.20030710135549.02d0b4b8@xyz.pp.se> From: Lowell Gilbert Date: 10 Jul 2003 11:56:21 -0400 In-Reply-To: <5.1.0.14.2.20030710135549.02d0b4b8@xyz.pp.se> Message-ID: <44smpeidei.fsf@be-well.ilk.org> Lines: 8 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-bugs@freebsd.org Subject: Re: cvs tag RELENG_4_8 won't compile (buildworld) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2003 15:56:31 -0000 Thomas Novin writes: > - (*manglangled)++; > + (*mangled)++; Not only is that correct, that's the way it is supposed to be; the misspelled version has *never* been in the official sources. Sounds like you've had some disk corruption.