From 57c3ebc617f6ed31240847c6fce74931a372824c Mon Sep 17 00:00:00 2001 From: gpalmer Date: Wed, 12 Jun 1996 05:11:41 +0000 Subject: Clean up -Wunused warnings. Reviewed by: bde --- sys/i386/isa/if_lnc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/i386/isa/if_lnc.c') diff --git a/sys/i386/isa/if_lnc.c b/sys/i386/isa/if_lnc.c index 3e060a4..46afc70 100644 --- a/sys/i386/isa/if_lnc.c +++ b/sys/i386/isa/if_lnc.c @@ -126,7 +126,9 @@ static struct lnc_softc { LNCSTATS_STRUCT } lnc_softc[NLNC]; +#ifdef LNC_MULTICAST static void lnc_setladrf __P((struct lnc_softc *sc)); +#endif static void lnc_stop __P((int unit)); static void lnc_reset __P((int unit)); static void lnc_free_mbufs __P((struct lnc_softc *sc)); -- cgit v1.1