From 1b1bfd57f3ccf4c0eb8d280acf3b03eeeea1e6af Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 9 May 1999 23:24:47 +0000 Subject: #ifdef BRIDGE around a goto label used by the bridge code to silcence a warning. --- sys/i386/isa/if_lnc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 d5606eb..f058661 100644 --- a/sys/i386/isa/if_lnc.c +++ b/sys/i386/isa/if_lnc.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_lnc.c,v 1.58 1999/05/06 18:12:26 peter Exp $ + * $Id: if_lnc.c,v 1.59 1999/05/06 18:43:57 peter Exp $ */ /* @@ -645,7 +645,9 @@ lnc_rint(struct lnc_softc *sc) m_freem(head); else { +#ifdef BRIDGE getit: +#endif /* Skip over the ether header */ head->m_data += sizeof *eh; head->m_len -= sizeof *eh; -- cgit v1.1