K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-06-08T07:29:22.000000Z K 7 svn:log V 288 In sem_forkhook(), don't attempt to generate a copy of the process semaphore list on fork() if the process doesn't actually have references to any semaphores. This avoids extra work, as well as potentially asking to allocate storage for 0 references. Found by: avatar MFC after: 1 week END