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 _at__at_ -146,7 +146,6 _at__at_ 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 PercivalReceived on Sat May 15 2004 - 04:54:46 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:54 UTC