PERFORCE change 84507 for review

Todd Miller millert at FreeBSD.org
Thu Sep 29 20:07:35 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=84507

Change 84507 by millert at millert_g4tower on 2005/09/29 20:07:02

	Add back closing paren mistakenly removed in the previous rev

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/osfmk/mach/message.h#6 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/osfmk/mach/message.h#6 (text+ko) ====

@@ -550,7 +550,7 @@
 	   sizeof(mach_msg_security_trailer_t) :		\
 	   ((GET_RCV_ELEMENTS(y) == MACH_RCV_TRAILER_AUDIT) ?	\
 	    sizeof(mach_msg_audit_trailer_t) :      		\
-	    sizeof(mach_msg_max_trailer_t)))))
+	    sizeof(mach_msg_max_trailer_t))))))
 
 /*
  *  Much code assumes that mach_msg_return_t == kern_return_t.
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