CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2011/08/27 20:35:35
Modified files: sys/kern : kern_lock.c Log message: lockmgr() wants to use a different address for the wchan when draining the lock, but a change in member ordering meant it was using the same address. Explicitly use different members instead of mixing address of member and address of the lock itself. ok miod@