PERFORCE change 56816 for review
Robert Watson
rwatson at FreeBSD.org
Fri Jul 9 00:02:40 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=56816
Change 56816 by rwatson at rwatson_tislabs on 2004/07/09 00:02:33
Untrim desired check.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/sysv_sem.c#25 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/sysv_sem.c#25 (text+ko) ====
@@ -227,6 +227,9 @@
{
int i;
+ if (semtot != 0)
+ return (EBUSY);
+
EVENTHANDLER_DEREGISTER(process_exit, semexit_tag);
#ifdef MAC
for (i = 0; i < seminfo.semmni; i++)
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list