cvs commit: src/sys/netgraph netgraph.h ng_base.c
Gleb Smirnoff
glebius at FreeBSD.org
Wed Nov 21 04:14:01 PST 2007
glebius 2007-11-21 12:14:01 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/netgraph netgraph.h ng_base.c
Log:
MFC:
- Merge all the ng_send_fn2* functions into one - ng_send_fn2(),
removing some copy&pasted code.
- Reduce copy and paste in ng_apply_item().
- Resurrect ng_send_fn() as a valid symbol, not a define.
Reviewed by: mav, julian
Approved by: re (kensmith)
Revision Changes Path
1.55.2.10 +7 -15 src/sys/netgraph/netgraph.h
1.102.2.14 +36 -77 src/sys/netgraph/ng_base.c
More information about the cvs-src
mailing list