summaryrefslogtreecommitdiff
path: root/sys/dev/fe
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1999-01-12 00:36:36 +0000
committerEivind Eklund <eivind@FreeBSD.org>1999-01-12 00:36:36 +0000
commitd20a303759a20794d12dc824a5eba60d08a9bd4f (patch)
treed19858e73281103d6752c0401f9ed83d4d1d3414 /sys/dev/fe
parent0044fd3054fe3fdd89a7a97ed31aea9a31ed0832 (diff)
Notes
Diffstat (limited to 'sys/dev/fe')
-rw-r--r--sys/dev/fe/if_fe.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c
index bb1b01ccece4..1cd526898566 100644
--- a/sys/dev/fe/if_fe.c
+++ b/sys/dev/fe/if_fe.c
@@ -21,7 +21,7 @@
*/
/*
- * $Id: if_fe.c,v 1.45 1998/12/15 15:51:37 kato Exp $
+ * $Id: if_fe.c,v 1.46 1998/12/31 03:21:14 kato Exp $
*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
* To be used with FreeBSD 3.x
@@ -3823,7 +3823,9 @@ fe_get_packet ( struct fe_softc * sc, u_short len )
return 0;
}
+#ifdef BRIDGE
getit:
+#endif
/* Strip off the Ethernet header. */
m->m_pkthdr.len -= sizeof ( struct ether_header );
m->m_len -= sizeof ( struct ether_header );