summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_lnc.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-05-09 23:24:47 +0000
committerpeter <peter@FreeBSD.org>1999-05-09 23:24:47 +0000
commit1b1bfd57f3ccf4c0eb8d280acf3b03eeeea1e6af (patch)
tree9681189b6e26a633a62469a3dafd21664e93774d /sys/i386/isa/if_lnc.c
parent6e38e6233fa2da6027bef97af4045f335ba4d93a (diff)
downloadFreeBSD-src-1b1bfd57f3ccf4c0eb8d280acf3b03eeeea1e6af.zip
FreeBSD-src-1b1bfd57f3ccf4c0eb8d280acf3b03eeeea1e6af.tar.gz
#ifdef BRIDGE around a goto label used by the bridge code to silcence a
warning.
Diffstat (limited to 'sys/i386/isa/if_lnc.c')
-rw-r--r--sys/i386/isa/if_lnc.c4
1 files changed, 3 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud