CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/02/11 15:33:33
Modified files: sys/netnatm : natm.c Log message: Correct argument for splx() is s2 not s so that the splx() calls match to the spl(soft)net() calls. Found by Gleydson Soares.