mav 2008-04-19 05:30:49 UTC FreeBSD src repository Modified files: sys/netgraph ng_base.c Log: ng_address_hook() microoptimization. Use local variables as they should be. It helps compiller to avoid some extra memory accesses. Revision Changes Path 1.159 +5 -7 src/sys/netgraph/ng_base.c