From 827c01fadb98e77f692d39d0fb34a1944e43c99b Mon Sep 17 00:00:00 2001
From: Marin Ramesa <mpr@hi.t-com.hr>
Date: Mon, 16 Dec 2013 23:55:15 +0100
Subject: kern: qualify pointers whose dereferenced values are constant with
 const

---
 kern/ipc_tt.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'kern/ipc_tt.c')

diff --git a/kern/ipc_tt.c b/kern/ipc_tt.c
index e5d928dc..f8d0f63c 100644
--- a/kern/ipc_tt.c
+++ b/kern/ipc_tt.c
@@ -648,9 +648,9 @@ task_get_special_port(
 
 kern_return_t
 task_set_special_port(
-	task_t		task,
-	int		which,
-	ipc_port_t	port)
+	task_t			task,
+	int			which,
+	const ipc_port_t 	port)
 {
 	ipc_port_t *whichp;
 	ipc_port_t old;
-- 
cgit v1.2.3