summaryrefslogtreecommitdiff
path: root/ipc/ipc_kmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_kmsg.c')
-rw-r--r--ipc/ipc_kmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_kmsg.c b/ipc/ipc_kmsg.c
index 21667cae..28ed23c6 100644
--- a/ipc/ipc_kmsg.c
+++ b/ipc/ipc_kmsg.c
@@ -2857,7 +2857,7 @@ ipc_msg_print(mach_msg_header_t *msgh)
if (is_inline) {
vm_size_t amount;
- int i, numwords;
+ unsigned i, numwords;
/* inline data sizes round up to int boundaries */
amount = (length + 3) &~ 3;