From owner-cvs-src@FreeBSD.ORG Thu Nov 11 22:07:11 2004 Return-Path: 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 6D9A216A4CE; Thu, 11 Nov 2004 22:07:11 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id F23F143D2D; Thu, 11 Nov 2004 22:07:10 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iABM66ob014649; Thu, 11 Nov 2004 15:06:06 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 11 Nov 2004 15:06:14 -0700 (MST) Message-Id: <20041111.150614.73380998.imp@bsdimp.com> To: obrien@freebsd.org From: "M. Warner Losh" In-Reply-To: <200411111914.iABJEAuc029697@repoman.freebsd.org> References: <200411111914.iABJEAuc029697@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/pbio pbio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 11 Nov 2004 22:07:11 -0000 In message: <200411111914.iABJEAuc029697@repoman.freebsd.org> "David E. O'Brien" writes: : obrien 2004-11-11 19:14:10 UTC : : FreeBSD src repository : : Modified files: : sys/dev/pbio pbio.c : Log: : Catch up with the header repo copy. I somehow committed this change to my local repo, despite all the protections in place that should have prevented that from happening :-( Warner