Date: Sat, 15 May 2004 14:54:41 +0100 From: Colin Percival <colin.percival@wadham.ox.ac.uk> To: scottl@freebsd.org Cc: i386@freebsd.org Subject: Re: [current tinderbox] failure on i386/i386 Message-ID: <6.1.0.6.1.20040515145050.02e23f48@popserver.sfu.ca> In-Reply-To: <20040515133836.877C97306D@freebsd-current.sentex.ca> References: <20040515133836.877C97306D@freebsd-current.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.1.0.6.1.20040515145050.02e23f48>