From owner-freebsd-sparc64@FreeBSD.ORG Fri Jul 11 18:19:46 2003 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23CE537B401 for ; Fri, 11 Jul 2003 18:19:46 -0700 (PDT) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA33243F3F for ; Fri, 11 Jul 2003 18:19:44 -0700 (PDT) (envelope-from dh@askdh.com) Received: from dunnevant.worksforfood.com ([151.205.69.175]) by out003.verizon.netESMTP <20030712011944.GOEG4805.out003.verizon.net@dunnevant.worksforfood.com> for ; Fri, 11 Jul 2003 20:19:44 -0500 Received: from 192.168.0.55 (unknown [192.168.0.55]) by dunnevant.worksforfood.com (Postfix) with ESMTP id EDB492F8A7 for ; Fri, 11 Jul 2003 21:19:07 -0400 (EDT) From: Daniel Harris To: sparc64@freebsd.org Date: Fri, 11 Jul 2003 21:19:14 -0400 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307112119.14473.dh@askdh.com> X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [151.205.69.175] at Fri, 11 Jul 2003 20:19:43 -0500 Subject: cache.h breaks whowatch port X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 01:19:46 -0000 Hello, I maintain the whowatch port, which is currently failing on bento with the following (on sparc64): proctree.c:107: conflicting types for `cache' /usr/include/machine/cache.h:111: previous declaration of `cache' which is from src/sys/sparc64/include/cache.h,v 1.8: extern struct cacheinfo cache; Is the namespace collision a fault of the software or of the sparc64 header? If it's the software (whowatch)'s fault, please advise me on how to fix this. Thanks, -- Daniel Harris