PERFORCE change 76477 for review
Robert Watson
rwatson at FreeBSD.org
Wed May 4 09:30:05 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=76477
Change 76477 by rwatson at rwatson_paprika on 2005/05/04 09:29:05
Remove now-unused ks_mtx.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/posix4/ksem.h#8 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/posix4/ksem.h#8 (text+ko) ====
@@ -50,7 +50,6 @@
struct cv ks_cv; /* waiters sleep here */
int ks_waiters; /* number of waiters */
LIST_HEAD(, kuser) ks_users; /* pids using this sem */
- struct mtx ks_mtx; /* mutex protecting this semaphore */
int ks_unlinked; /* Whether the named sem is unlinked */
struct label *ks_label; /* MAC label */
};
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