X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/bca245acd4c03fd752d1a45f011ad495e60fe53d..eb6b6ca394357805f2bdba989abae309f718b4d8:/osfmk/ipc/mach_msg.c?ds=sidebyside diff --git a/osfmk/ipc/mach_msg.c b/osfmk/ipc/mach_msg.c index f367c8e00..01a5531cf 100644 --- a/osfmk/ipc/mach_msg.c +++ b/osfmk/ipc/mach_msg.c @@ -762,7 +762,7 @@ msg_receive_error( */ trailer = (mach_msg_max_trailer_t *) ((vm_offset_t)kmsg->ikm_header + - round_msg(sizeof(mach_msg_header_t))); + mach_round_msg(sizeof(mach_msg_header_t))); kmsg->ikm_header->msgh_size = sizeof(mach_msg_header_t); bcopy((char *)&trailer_template, (char *)trailer,