K 10 svn:author V 3 jhb K 8 svn:date V 27 2006-07-06T21:38:24.000000Z K 7 svn:log V 326 Don't try to copyin extra data for IPC_RMID requests to msgctl() or shmctl(). None of the other ABI's do this (including the native FreeBSD ABI), and uselessly trying to do a copyin() can actually result in a bogus EFAULT if the a process specifies NULL for the optional argument (which is what they should do in this case). END