PERFORCE change 56805 for review
Robert Watson
rwatson at FreeBSD.org
Thu Jul 8 20:28:16 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=56805
Change 56805 by rwatson at rwatson_tislabs on 2004/07/08 20:28:09
Style synchronization.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/sys/sem.h#7 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/sys/sem.h#7 (text+ko) ====
@@ -84,11 +84,12 @@
};
extern struct seminfo seminfo;
-/* Kernel wrapper for the user-level structure */
+/*
+ * Kernel wrapper for the user-level structure
+ */
struct semid_kernel {
- struct semid_ds u;
- /* the following are private */
- struct label *label; /* MAC framework label */
+ struct semid_ds u;
+ struct label *label; /* MAC framework label */
};
/* internal "mode" bits */
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