From owner-cvs-src@FreeBSD.ORG Wed Oct 26 20:16:29 2005 Return-Path: X-Original-To: cvs-src@freebsd.org 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 CB8C216A421 for ; Wed, 26 Oct 2005 20:16:29 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15E3643D46 for ; Wed, 26 Oct 2005 20:16:28 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id j9QKDNs6099355 for cvs-src@freebsd.org.checked; Thu, 27 Oct 2005 00:13:23 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (localhost.cronyx.ru [127.0.0.1]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id j9QKAlSj099303; Thu, 27 Oct 2005 00:10:47 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <435FE099.6060508@cronyx.ru> Date: Thu, 27 Oct 2005 00:01:29 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: obrien@freebsd.org References: <200509271657.j8RGvj2n015326@repoman.freebsd.org> <20051024072423.GA34909@dragon.NUXI.org> <200510241034.27073.jhb@freebsd.org> <20051025052018.GE55418@dragon.NUXI.org> <435E04AA.3080605@cronyx.ru> <20051026172734.GA99901@dragon.NUXI.org> In-Reply-To: <20051026172734.GA99901@dragon.NUXI.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Roman Kurakin , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, John Baldwin Subject: Re: cvs commit: src/sys/dev/cp if_cp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 26 Oct 2005 20:16:29 -0000 David O'Brien: >On Tue, Oct 25, 2005 at 02:10:50PM +0400, Roman Kurakin wrote: > > >>The commit log didn't state what was the problem variable forward >>declaration or/and function >>forward declaration. >> >> > >Since you became a committer 2003/12/18, I guess you haven't been part of >FreeBSD when we've worked on a GCC compiler upgrade. We make these type >of changes to make a new version of GCC build FreeBSD. The other choice >is to disconnect these drivers from the build. The commits done where >typical of what's been done for the past decade. > Please provide detailed technical information what is wrong in my change of your commit. Which versions of system affected. How I can reproduce this problem. If you do not provide me that information I will not find out were I was wrong. If you can't provide me such information I do not see a reason of this discussion. You are not trying to explain me what is wrong with technical details. If you say I am wrong and do not try to explain this is philosophy. You've told me that you do not have time to explain me three times the same, but you've lost much more time not explaining. rik > > >