From owner-freebsd-i386@FreeBSD.ORG Sat May 15 06:54:46 2004 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8467916A4CF for ; Sat, 15 May 2004 06:54:46 -0700 (PDT) Received: from tx0.oucs.ox.ac.uk (tx0.oucs.ox.ac.uk [129.67.1.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ED9543D2D for ; Sat, 15 May 2004 06:54:45 -0700 (PDT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan0.oucs.ox.ac.uk ([129.67.1.162] helo=localhost) by tx0.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1BOzci-0000bm-Eb for i386@freebsd.org; Sat, 15 May 2004 14:54:44 +0100 Received: from rx0.oucs.ox.ac.uk ([129.67.1.161]) by localhost (scan0.oucs.ox.ac.uk [129.67.1.162]) (amavisd-new, port 25) with ESMTP id 01963-06 for ; Sat, 15 May 2004 14:54:44 +0100 (BST) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx0.oucs.ox.ac.uk with smtp (Exim 4.24) id 1BOzci-0000bc-16 for i386@freebsd.org; Sat, 15 May 2004 14:54:44 +0100 Received: (qmail 9197 invoked by uid 1004); 15 May 2004 13:54:44 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.20 (clamscan: 0.67. sweep: 2.18/3.79. Clear:RC:1(163.1.161.131):. Processed in 0.024335 secs); 15 May 2004 13:54:44 -0000 Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 15 May 2004 13:54:43 -0000 Message-Id: <6.1.0.6.1.20040515145050.02e23f48@popserver.sfu.ca> X-Sender: cperciva@popserver.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Sat, 15 May 2004 14:54:41 +0100 To: scottl@freebsd.org From: Colin Percival In-Reply-To: <20040515133836.877C97306D@freebsd-current.sentex.ca> References: <20040515133836.877C97306D@freebsd-current.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" cc: current@freebsd.org cc: i386@freebsd.org Subject: Re: [current tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2004 13:54:46 -0000 At 14:38 15/05/2004, FreeBSD Tinderbox wrote: >/other/tinderbox/CURRENT/i386/i386/src/sys/dev/twa/twa_freebsd.c:149: warning: `twa_intrhook' declared `static' but never defined >*** Error code 1 Scott, would you like to fix this? It looks like the following is all that is needed: Index: src/sys/dev/twa/twa_freebsd.c =================================================================== RCS file: /home/ncvs/src/sys/dev/twa/twa_freebsd.c,v retrieving revision 1.3 diff -u -p -r1.3 twa_freebsd.c --- src/sys/dev/twa/twa_freebsd.c 15 May 2004 05:17:42 -0000 1.3 +++ src/sys/dev/twa/twa_freebsd.c 15 May 2004 13:50:32 -0000 @@ -146,7 +146,6 @@ static int twa_shutdown (device_t dev); static int twa_suspend (device_t dev); static int twa_resume (device_t dev); static void twa_pci_intr(void *arg); -static void twa_intrhook (void *arg); static device_method_t twa_methods[] = { /* Device interface */ Colin Percival