ru 2003/12/23 05:33:23 PST FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Fix a problem introduced in revision 1.84: m_pullup() does not necessarily return the same mbuf chain so we need to recompute mtod() consumers after pulling up. Revision Changes Path 1.116 +7 -5 src/sys/netinet/if_ether.c