From owner-cvs-src@FreeBSD.ORG Tue Apr 29 21:34:47 2003 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 B5D3837B401; Tue, 29 Apr 2003 21:34:47 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A50A143FBD; Tue, 29 Apr 2003 21:34:46 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h3U4YiA7094753; Tue, 29 Apr 2003 22:34:45 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 29 Apr 2003 22:34:40 -0600 (MDT) Message-Id: <20030429.223440.130847520.imp@bsdimp.com> To: kuriyama@imgsrc.co.jp From: "M. Warner Losh" In-Reply-To: <7made8hgul.wl@black.imgsrc.co.jp> References: <200304300154.h3U1sdLO085077@repoman.freebsd.org> <7made8hgul.wl@black.imgsrc.co.jp> X-Mailer: Mew version 2.1 on Emacs 21.2 / 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/fxp if_fxp.c if_fxpvar.h 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: Wed, 30 Apr 2003 04:34:48 -0000 In message: <7made8hgul.wl@black.imgsrc.co.jp> Jun Kuriyama writes: : Should this be like below? Yes. I basically committed from the wrong tree (cvs diff | cd other-tree; patch; compile in first tree; commit in second tree :-(. Warner