--- src/sys/dev/netif/fe/if_fe.c 2005/10/12 17:35:51 1.20 +++ src/sys/dev/netif/fe/if_fe.c 2005/10/13 08:10:18 1.21 @@ -147,7 +147,7 @@ static struct fe_filter const fe_filter_ /* Standard driver entry points. These can be static. */ static void fe_init (void *); -static inthand2_t fe_intr; +static void fe_intr (void *); static int fe_ioctl (struct ifnet *, u_long, caddr_t, struct ucred *); static void fe_start (struct ifnet *);