Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/net/if_ethersubr.c 107114 2002-11-20 19:07:27Z luigi $
---
> * $FreeBSD: head/sys/net/if_ethersubr.c 108107 2002-12-19 22:58:27Z bmilekic $
473c473
< M_PREPEND(m, ETHER_HDR_LEN, M_NOWAIT);
---
> M_PREPEND(m, ETHER_HDR_LEN, M_DONTWAIT);
897c897
< M_PREPEND(m, sizeof (struct ether_header), M_NOWAIT);
---
> M_PREPEND(m, sizeof (struct ether_header), M_DONTWAIT);