PERFORCE change 51912 for review
Andrew Reisse
areisse at FreeBSD.org
Thu Apr 29 16:41:20 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=51912
Change 51912 by areisse at areisse_ibook on 2004/04/29 09:40:52
use the correct type for the trailer
Affected files ...
.. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/osfmk/ipc/mach_msg.c#4 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin73/apsl/xnu/osfmk/ipc/mach_msg.c#4 (text+ko) ====
@@ -260,7 +260,7 @@
goto out;
}
- trailer = (mach_msg_format_0_trailer_t *)
+ trailer = (mach_msg_max_trailer_t *)
((vm_offset_t)&kmsg->ikm_header +
round_msg(kmsg->ikm_header.msgh_size));
if (option & MACH_RCV_TRAILER_MASK) {
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