From 3ffc8ab1ac545a5804040647db11e34ce32735c8 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Wed, 27 Feb 2002 02:21:43 +0000 Subject: [PATCH] Remove errors in LINT (now that they are fatal) --- sys/dev/nge/if_nge.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/dev/nge/if_nge.c b/sys/dev/nge/if_nge.c index 429bc328263..1fcbd627912 100644 --- a/sys/dev/nge/if_nge.c +++ b/sys/dev/nge/if_nge.c @@ -161,7 +161,9 @@ static int nge_newbuf __P((struct nge_softc *, static int nge_encap __P((struct nge_softc *, struct mbuf *, u_int32_t *)); static void nge_rxeof __P((struct nge_softc *)); +#ifdef notdef static void nge_rxeoc __P((struct nge_softc *)); +#endif static void nge_txeof __P((struct nge_softc *)); static void nge_intr __P((void *)); static void nge_tick __P((void *)); @@ -1349,6 +1351,7 @@ static void nge_rxeof(sc) return; } +#ifdef notdef void nge_rxeoc(sc) struct nge_softc *sc; { @@ -1360,6 +1363,7 @@ void nge_rxeoc(sc) nge_init(sc); return; } +#endif /* * A frame was downloaded to the chip. It's safe for us to clean up