Allocate unpcb structs with kmalloc() instead of zalloc().
commit7dfd5f3e1490f93021f40fcf588925af9c5780f9
authorNicolas Thery <nth@dragonflybsd.org>
Fri, 15 Aug 2008 21:39:04 +0000 (15 21:39 +0000)
committerNicolas Thery <nth@dragonflybsd.org>
Fri, 15 Aug 2008 21:39:04 +0000 (15 21:39 +0000)
tree669bb3a8c3addbabab8799339ca2f7eabf031982
parent967dd2723f525fca9d740f974dac99f3376d8730
Allocate unpcb structs with kmalloc() instead of zalloc().
sys/kern/uipc_usrreq.c