doc/share/security/patches/EN-09:02/bce.patch
Bjoern A. Zeeb 3571e53040 Import FreeBSD Security Advisories and Errata Notices, as well as their
patches for easier mirroring, to eliminate a special copy, to make
www.freebsd.org/security a full copy of security.freebsd.org and be
eventually be the same.

For now files are just sitting there.   The symlinks are missing.

Discussed on:	www (repository location)
Discussed with:	simon (so)
2012-08-15 06:19:40 +00:00

18 lines
675 B
Diff

Index: sys/dev/bce/if_bce.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/bce/if_bce.c,v
retrieving revision 1.34.2.7
retrieving revision 1.34.2.8
diff -p -I __FBSDID -I $FreeBSD -u -u -r1.34.2.7 -r1.34.2.8
--- sys/dev/bce/if_bce.c 31 Mar 2009 01:01:01 -0000 1.34.2.7
+++ sys/dev/bce/if_bce.c 20 May 2009 21:13:49 -0000 1.34.2.8
@@ -5895,6 +5895,9 @@ bce_rx_intr(struct bce_softc *sc)
/* Set the total packet length. */
m0->m_pkthdr.len = m0->m_len = pkt_len;
}
+#else
+ /* Set the total packet length. */
+ m0->m_pkthdr.len = m0->m_len = pkt_len;
#endif
/* Remove the trailing Ethernet FCS. */