PERFORCE change 27366 for review
Robert Watson
rwatson at freebsd.org
Tue Mar 25 19:17:27 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=27366
Change 27366 by rwatson at rwatson_tislabs on 2003/03/25 11:16:37
Don't rely on namespace pollution to get access to struct sx.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/services.c#9 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/services.c#9 (text+ko) ====
@@ -20,6 +20,7 @@
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/malloc.h>
+#include <sys/sx.h>
#else /* _KERNEL */
#include <errno.h>
#endif /* _KERNEL */
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