Date: Thu, 29 Apr 2004 09:41:20 -0700 (PDT) From: Andrew Reisse <areisse@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 51912 for review Message-ID: <200404291641.i3TGfKor038789@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=51912 Change 51912 by areisse@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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404291641.i3TGfKor038789>