[current tinderbox] failure on i386/i386

Colin Percival colin.percival at wadham.ox.ac.uk
Sat May 15 06:54:46 PDT 2004


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




More information about the freebsd-current mailing list