From owner-freebsd-current@FreeBSD.ORG Fri Jul 2 13:48:47 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8961216A4CE; Fri, 2 Jul 2004 13:48:47 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2014D43D49; Fri, 2 Jul 2004 13:48:47 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i62DhacN009010; Fri, 2 Jul 2004 07:43:36 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 02 Jul 2004 07:44:08 -0600 (MDT) Message-Id: <20040702.074408.69988603.imp@bsdimp.com> To: junsu@delphij.net From: "M. Warner Losh" In-Reply-To: <002701c45f7a$f5a31110$5adea1d3@fareast.corp.microsoft.com> References: <002701c45f7a$f5a31110$5adea1d3@fareast.corp.microsoft.com> 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: alpha@freebsd.org cc: current@freebsd.org Subject: Re: [Patch] Fix for build break for alpha X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 13:48:47 -0000 In message: <002701c45f7a$f5a31110$5adea1d3@fareast.corp.microsoft.com> "csj" writes: : I noticed the build is break in the alpha due to 1.21 reversion of rman.h. In my config, I manually added the #define __RMAN_RESOURCE_VISIBLE into the following files: Typically this is the wrong fix. These files should be updated to not poke around in struct resource. I'm working on that. However, Andrew already committed very similar patch. Warner