CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2009/06/02 06:11:16
Modified files: sys/kern : sysv_msg.c sysv_sem.c sysv_shm.c Log message: msgctl(), shmctl(), semctl() all have operations that are supposed to return pids, not thread ids, so record the former when performing operations. ok blambert