summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-05-09 10:45:54 +0000
committerpeter <peter@FreeBSD.org>1999-05-09 10:45:54 +0000
commite85d75ef71e87265d72acde0261bcc0bd8b5ad6f (patch)
treee37d989ac3d05b9c734f334aa2f7f3c661ac5987 /sys/dev/fxp
parent0fb0af2fe23fecd7cd9b0e42165df20cfef3d245 (diff)
downloadFreeBSD-src-e85d75ef71e87265d72acde0261bcc0bd8b5ad6f.zip
FreeBSD-src-e85d75ef71e87265d72acde0261bcc0bd8b5ad6f.tar.gz
Fix two warnings.
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 4d7d5ef..b7e25e5 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxp.c,v 1.67 1999/04/16 21:22:51 peter Exp $
+ * $Id: if_fxp.c,v 1.68 1999/05/08 21:59:39 dfr Exp $
*/
/*
@@ -1128,12 +1128,16 @@ rcvloop:
FXP_RFA_STATUS_IAMATCH) &&
(eh->ether_dhost[0] & 1)
== 0) {
+#ifdef BRIDGE
dropit:
+#endif
if (m)
m_freem(m);
goto rcvloop;
}
+#ifdef BRIDGE
getit:
+#endif
m->m_data +=
sizeof(struct ether_header);
m->m_len -=
OpenPOWER on IntegriCloud