CVSROOT: /cvs Module name: src Changes by: blamb...@cvs.openbsd.org 2009/06/26 04:14:24
Modified files: sys/net : rtsock.c Log message: the pr_usrreq implementation for routing sockets shares exactly one line of code between cases, so stop pretending otherwise, and move the if() dance to a switch, as is done in every other pr_usrreq I'm aware of. ok claudio@ michele@