PERFORCE change 56786 for review
    Robert Watson 
    rwatson at FreeBSD.org
       
    Thu Jul  8 10:12:10 PDT 2004
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=56786
Change 56786 by rwatson at rwatson_tislabs on 2004/07/08 17:11:46
	Sync structure layout to CVS version, clean up white space.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/sys/msg_msg.h#3 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/sys/msg_msg.h#3 (text+ko) ====
@@ -25,22 +25,20 @@
 
 
 #ifdef _KERNEL
-
-/* 
+/*
  * Pull out the msg structure from kern/sysv_msg.c. This file is used
  * throughout the MAC framework. A separate header file was required as
- * it wansn't a good idea to add the structure with such a common name to 
+ * it wansn't a good idea to add the structure with such a common name to
  * the sys/msg.h
  */
-
 struct msg {
-	struct  msg *msg_next;  /* next msg in the chain */
-	long  msg_type; /* type of this message */
-			/* >0 -> type of this message */
-			/* 0 -> free header */
-	unsigned short msg_ts;   /* size of this message */
-	short msg_spot; /* location of start of msg in buffer */
-	struct label *label; /* MAC Framework label */
+	struct	msg *msg_next;  /* next msg in the chain */
+	long	msg_type; 	/* type of this message */
+				/* >0 -> type of this message */
+				/* 0 -> free header */
+	u_short	msg_ts;		/* size of this message */
+	short	msg_spot;	/* location of start of msg in buffer */
+	struct	label *label;	/* MAC Framework label */
 };
 #endif /* _KERNEL */
 
    
    
More information about the p4-projects
mailing list