CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/12 15:44:49
Modified files:
sys/kern : uipc_mbuf.c
Log message:
just bzero the pkthdr instead of setting each and every member of that
struct to 0/NULL. no performance impact but way less error prone on
addition of new pkthdr field (as just ran into with a theo diff). ok theo
