diff options
Diffstat (limited to 'sys/arch/amiga/dev/if_ae.c')
-rw-r--r-- | sys/arch/amiga/dev/if_ae.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amiga/dev/if_ae.c b/sys/arch/amiga/dev/if_ae.c index a0ac1f62833..22e2fbea4c1 100644 --- a/sys/arch/amiga/dev/if_ae.c +++ b/sys/arch/amiga/dev/if_ae.c @@ -1,5 +1,5 @@ -/* $OpenBSD: if_ae.c,v 1.7 1996/05/09 22:39:58 niklas Exp $ */ -/* $NetBSD: if_ae.c,v 1.8 1996/05/07 00:46:37 thorpej Exp $ */ +/* $OpenBSD: if_ae.c,v 1.8 1996/08/23 18:53:04 niklas Exp $ */ +/* $NetBSD: if_ae.c,v 1.8.4.1 1996/05/26 17:26:41 is Exp $ */ /* * Copyright (c) 1995 Bernd Ernesti and Klaus Burkert. All rights reserved. @@ -271,7 +271,9 @@ void aememinit(sc) register struct ae_softc *sc; { +#if NBPFILTER > 0 register struct ifnet *ifp = &sc->sc_arpcom.ac_if; +#endif /* * This structure is referenced from the CARD's/PCnet-ISA's point * of view, thus the 0x8000 address which is the buffer RAM area |