From owner-cvs-src@FreeBSD.ORG Tue May 27 09:38:27 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 5329937B401; Tue, 27 May 2003 09:38:27 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8224B43F93; Tue, 27 May 2003 09:38:26 -0700 (PDT) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h4RGXnZ16561; Tue, 27 May 2003 09:33:49 -0700 Received: from btc.adaptec.com (hollin.btc.adaptec.com [10.100.253.56]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id JAA13255; Tue, 27 May 2003 09:38:19 -0700 (PDT) Message-ID: <3ED39473.7080908@btc.adaptec.com> Date: Tue, 27 May 2003 10:38:11 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <200305271634.h4RGYq6N030432@repoman.freebsd.org> In-Reply-To: <200305271634.h4RGYq6N030432@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed 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/firewire fwdma.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: Tue, 27 May 2003 16:38:27 -0000 Scott Long wrote: > scottl 2003/05/27 09:34:52 PDT > > FreeBSD src repository > > Modified files: > sys/dev/firewire fwdma.h > Log: > Remove the redundant declaration of bus_dmasync_op_t. > > Revision Changes Path > 1.2 +0 -4 src/sys/dev/firewire/fwdma.h I'm really not sure why 'make universe' didn't catch this. Sorry for the breakage. Scott