Deleted Added
full compact
42c42
< * $FreeBSD: head/sys/netgraph/ng_ether.c 238844 2012-07-27 13:57:28Z emaste $
---
> * $FreeBSD: head/sys/netgraph/ng_ether.c 241686 2012-10-18 13:57:24Z andre $
223,224d222
< *
< * NOTE: this function will get called at splimp()
242,243d239
< *
< * NOTE: this function will get called at splimp()
762d757
< int s;
764d758
< s = splnet();
805d798
< splx(s);