Build on pc98.

This commit is contained in:
Brooks Davis 2005-06-12 16:21:44 +00:00
parent 25bd46d0e7
commit 2ac7ea9add

View File

@ -88,7 +88,7 @@ static int
snc_pccard_detach(device_t dev)
{
struct snc_softc *sc = device_get_softc(dev);
struct ifnet *ifp = &sc->sc_if;
struct ifnet *ifp = sc->sc_ifp;
if (sc->gone) {
device_printf(dev, "already unloaded\n");