CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2016/10/07 21:32:25
Modified files: sys/net : raw_usrreq.c Log message: Instead of setting errno and then doing a goto do a m_freem() and return error. Same thing but nicer to read. OK henning@