From owner-cvs-all@FreeBSD.ORG Fri May 18 12:30:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8492116A400; Fri, 18 May 2007 12:30:13 +0000 (UTC) (envelope-from bde@optusnet.com.au) Received: from fallbackmx03.syd.optusnet.com.au (fallbackmx03.syd.optusnet.com.au [211.29.133.136]) by mx1.freebsd.org (Postfix) with ESMTP id 1C20113C44B; Fri, 18 May 2007 12:30:12 +0000 (UTC) (envelope-from bde@optusnet.com.au) Received: from mail05.syd.optusnet.com.au (mail05.syd.optusnet.com.au [211.29.132.186]) by fallbackmx03.syd.optusnet.com.au (8.12.11.20060308/8.12.11) with ESMTP id l4H7tKnC029317; Thu, 17 May 2007 17:55:20 +1000 Received: from besplex.bde.org (c211-30-216-190.carlnfd3.nsw.optusnet.com.au [211.30.216.190]) by mail05.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l4H7tFUH011098 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 17 May 2007 17:55:18 +1000 Date: Thu, 17 May 2007 17:55:16 +1000 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: Warner Losh In-Reply-To: <200705170453.l4H4rrjH085293@repoman.freebsd.org> Message-ID: <20070517174810.F7269@besplex.bde.org> References: <200705170453.l4H4rrjH085293@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config config.h config.y main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2007 12:30:13 -0000 On Thu, 17 May 2007, Warner Losh wrote: > imp 2007-05-17 04:53:53 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/config config.h config.y main.c > Log: > Fix some problems that affect multiple file inclusion. Bruce found > this bug and submitted these patches to dunstan@. He sent them to me > to test, and I discovered they were needed for the atmel kernel config > files. Since we were playing with them in the terminal room after the > developer's summit today, I thought I'd go ahead and commit them to > allow those folks that now have atmel hardware (thanks Andre) a chance > to try it out w/o my help. Since dunstan@ is asleep right now, risk > stepping on his toes a little by going ahead and committing this > change. > > Submitted by: dunstan@, bde@ > Tested by: bde@ Actually, I only reported the problem and tested the fixes. The names are quite confusing -- there are 4 Bruces here now; I thought that wkozsek@ wrote the patches; there are no Dunstans here now. Bruce