CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2012/03/28 12:10:38
Modified files: sys/net : rtsock.c Log message: Use p_p->ps_pid as pid in the route header instead of the thread pid. Give userland a chance to compare the value against getpid(). This unbreaks transmission for me. OK deraadt@, guenther@