mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Build on pc98.
This commit is contained in:
parent
25bd46d0e7
commit
2ac7ea9add
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue