Date: Thu, 8 Jul 2004 17:12:09 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 56786 for review Message-ID: <200407081712.i68HC9pq020968@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=56786 Change 56786 by rwatson@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407081712.i68HC9pq020968>