PERFORCE change 76479 for review
Robert Watson
rwatson at FreeBSD.org
Wed May 4 10:07:51 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=76479
Change 76479 by rwatson at rwatson_paprika on 2005/05/04 10:07:40
Remove unused field.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/posix4/ksem.h#9 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/posix4/ksem.h#9 (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 */
- 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