PERFORCE change 56800 for review
Robert Watson
rwatson at FreeBSD.org
Thu Jul 8 18:59:27 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=56800
Change 56800 by rwatson at rwatson_tislabs on 2004/07/08 18:59:06
A little style cleanup.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/sys/msg.h#10 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/sys/msg.h#10 (text+ko) ====
@@ -130,12 +130,19 @@
};
extern struct msginfo msginfo;
-/* Kernel wrapper for the user-level structure */
-struct msqid_kernel
-{
- struct msqid_ds u;
- /* the following are private */
- struct label *label; /* MAC label */
+/*
+ * Kernel wrapper for the user-level structure.
+ */
+struct msqid_kernel {
+ /*
+ * Data structure exposed to user space.
+ */
+ struct msqid_ds u;
+
+ /*
+ * Kernel-private components of the message queue.
+ */
+ struct label *label; /* MAC label */
};
#else /* !_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