From owner-freebsd-current@FreeBSD.ORG Mon Jun 9 15:25:07 2003 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 AAF9737B401; Mon, 9 Jun 2003 15:25:07 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CAD843FA3; Mon, 9 Jun 2003 15:25:06 -0700 (PDT) (envelope-from se@freebsd.org) Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19PV4b-0004sG-00; Tue, 10 Jun 2003 00:25:05 +0200 Received: from [80.132.224.96] (helo=Gatekeeper.FreeBSD.org) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 19PV4b-00070w-00; Tue, 10 Jun 2003 00:25:05 +0200 Received: from StefanEsser.FreeBSD.org (StefanEsser [10.0.0.1]) by Gatekeeper.FreeBSD.org (Postfix) with ESMTP id C466E603F; Tue, 10 Jun 2003 00:25:03 +0200 (CEST) Received: by StefanEsser.FreeBSD.org (Postfix, from userid 200) id 900241E6B; Tue, 10 Jun 2003 00:25:03 +0200 (CEST) Date: Tue, 10 Jun 2003 00:25:03 +0200 From: Stefan =?iso-8859-1?Q?E=DFer?= To: Tinderbox Message-ID: <20030609222503.GA21049@StefanEsser.FreeBSD.org> Mail-Followup-To: Stefan =?iso-8859-1?Q?E=DFer?= , Tinderbox , current@freebsd.org, i386@freebsd.org References: <200306091952.h59JqV71093677@cueball.rtp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306091952.h59JqV71093677@cueball.rtp.FreeBSD.org> User-Agent: Mutt/1.5.4i cc: current@freebsd.org cc: i386@freebsd.org Subject: Re: [-CURRENT tinderbox] failure on i386/pc98 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: Mon, 09 Jun 2003 22:25:08 -0000 On 2003-06-09 19:52 +0000, Tinderbox wrote: > cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/vol/vol0/users/des/tinderbox/CURRENT/i386/pc98/src/sys -I/vol/vol0/users/des/tinderbox/CURRENT/i386/pc98/src/sys/dev -I/vol/vol0/users/des/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/vol/vol0/users/des/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /vol/vol0/users/des/tinderbox/CURRENT/i386/pc98/src/sys/pci/ncr.c > /vol/vol0/users/des/tinderbox/CURRENT/i386/pc98/src/sys/pci/ncr.c:1308: conflicting types for `ident' > /vol/vol0/users/des/tinderbox/CURRENT/i386/pc98/src/sys/sys/sysctl.h:584: previous declaration of `ident' I have taken care of this in the NCR driver and have removed the variable named "ident". That variable had older rights (some 10 years; development of that driver started under 386BSD 0.1), but I guess its time has come ... Regards, STefan