aboutsummaryrefslogtreecommitdiff
path: root/kern/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread.h')
-rw-r--r--kern/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.h b/kern/thread.h
index da8bd2ed..ebbbd11c 100644
--- a/kern/thread.h
+++ b/kern/thread.h
@@ -178,7 +178,7 @@ struct thread {
/* State saved when thread's stack is discarded */
union {
struct {
- mach_msg_header_t *msg;
+ mach_msg_user_header_t *msg;
mach_msg_option_t option;
mach_msg_size_t rcv_size;
mach_msg_timeout_t timeout;