From owner-cvs-all@FreeBSD.ORG Sun Feb 15 14:09:47 2004 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 19F6316A4CE; Sun, 15 Feb 2004 14:09:47 -0800 (PST) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92FBB43D1F; Sun, 15 Feb 2004 14:09:46 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i1FM9hLE008129; Mon, 16 Feb 2004 09:09:43 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1FM9ech010162; Mon, 16 Feb 2004 09:09:41 +1100 Date: Mon, 16 Feb 2004 09:09:40 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Poul-Henning Kamp In-Reply-To: <16058.1076876163@critter.freebsd.dk> Message-ID: <20040216085710.L11258@gamplex.bde.org> References: <16058.1076876163@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Bruce Evans cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_conf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 15 Feb 2004 22:09:47 -0000 On Sun, 15 Feb 2004, Poul-Henning Kamp wrote: > In message <200402152014.i1FKElnL065794@repoman.freebsd.org>, Bruce Evans write > s: > >bde 2004/02/15 12:14:47 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_conf.c > > Log: > > Fixed style bugs near previous commit (mainly formatting errors and > > missing parentheses). Use default handling (trap to debugger) for > > udev2dev(x, 1) since it is an error and doesn't happen anywhere in > > the sys tree except in bogusly commented out code in coda. > > I appreciate you attention to this Bruce, but please hold off until > I've gotten the patch I just announed on -current into the tree. I'm done with kern_conf.c for now. Your announced patch seemed to have only simple changes to kern_conf.c, so it should be easy to merge. Bruce