diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-09-15 19:09:15 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-09-15 19:09:15 +0000 |
| commit | 3c63a78388c4d97e72615f12b490ba5a11db3bb0 (patch) | |
| tree | 3599a74dc58f1bd780028b2db053cf0b81f0c710 /sys/dev/fe/if_fe.c | |
| parent | deebc913865b74260d9e28b62c15ce550c69138a (diff) | |
Notes
Diffstat (limited to 'sys/dev/fe/if_fe.c')
| -rw-r--r-- | sys/dev/fe/if_fe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c index 7b16e6d5ce25..b80b2291a989 100644 --- a/sys/dev/fe/if_fe.c +++ b/sys/dev/fe/if_fe.c @@ -145,7 +145,7 @@ static struct fe_filter const fe_filter_all = { FE_FILTER_ALL }; /* Standard driver entry points. These can be static. */ static void fe_init (void *); -static inthand2_t fe_intr; +static driver_intr_t fe_intr; static int fe_ioctl (struct ifnet *, u_long, caddr_t); static void fe_start (struct ifnet *); static void fe_watchdog (struct ifnet *); |
