Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jul 2004 18:27:46 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 57204 for review
Message-ID:  <200407121827.i6CIRk0j026362@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=57204

Change 57204 by rwatson@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407121827.i6CIRk0j026362>