CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/10/28 07:49:55
Modified files:
sys/net : if_bridge.c if_bridge.h bridgestp.c
Log message:
A function that only returns NULL should return void.
bstp_input() always consumes the packet so remove the mbuf handling
dance around it.
