diff options
Diffstat (limited to 'sys/dev/an/if_an.c')
-rw-r--r-- | sys/dev/an/if_an.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index ae9fc09..1d22322 100644 --- a/sys/dev/an/if_an.c +++ b/sys/dev/an/if_an.c @@ -2989,7 +2989,7 @@ an_watchdog(struct ifnet *ifp) return; } -void +int an_shutdown(device_t dev) { struct an_softc *sc; @@ -2998,7 +2998,7 @@ an_shutdown(device_t dev) an_stop(sc); sc->an_gone = 1; - return; + return 0; } void |