CVSROOT: /cvs Module name: src Changes by: mcbr...@cvs.openbsd.org 2011/07/07 16:32:51
Modified files: sys/net : pipex.c Log message: We should not have any direct initialization of ifq structures. (in this case it's unnecessary, bss is initialized to zero at boot) ok henning