CVSROOT: /cvs Module name: src Changes by: blamb...@cvs.openbsd.org 2009/06/22 13:01:56
Modified files: sys/net : rtsock.c Log message: Remove unneeded sotorawpcb() call, as the PCB is unmolested between malloc()ing it and calling that macro. No functional change, just tightening things up a bit. ok claudio@ michele@