PERFORCE change 57204 for review
Robert Watson
rwatson at FreeBSD.org
Mon Jul 12 18:27:46 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=57204
Change 57204 by rwatson at rwatson_tislabs on 2004/07/12 18:26:54
Minor style tweaks.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/sys/shm.h#7 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/sys/shm.h#7 (text+ko) ====
@@ -85,14 +85,12 @@
};
/*
- * Add a kernel wrapper to the shmid_ds struct so that private info
- * (like the MAC label) can be added to it, without changing the user
- * interface.
+ * Add a kernel wrapper to the shmid_ds struct so that private info (like the
+ * MAC label) can be added to it, without changing the user interface.
*/
struct shmid_kernel {
struct shmid_ds u;
- /* the following are private */
- struct label *label; /* MAC label */
+ struct label *label; /* MAC label */
};
extern struct shminfo shminfo;
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