Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2005 20:07:35 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 84507 for review
Message-ID:  <200509292007.j8TK7Zb0065664@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 84507 by millert@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.


help

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