summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ipc/ipc_object.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipc/ipc_object.c b/ipc/ipc_object.c
index 320fbcb2..a6457c37 100644
--- a/ipc/ipc_object.c
+++ b/ipc/ipc_object.c
@@ -998,7 +998,8 @@ char *ikot_print_array[IKOT_MAX_TYPE] = {
"(SEMAPHORE) ",
"(LOCK_SET) ",
"(CLOCK) ",
- "(CLOCK_CTRL) ", /* 26 */
+ "(CLOCK_CTRL) ",
+ "(PAGER_PROXY) ", /* 27 */
/* << new entries here */
"(UNKNOWN) " /* magic catchall */
}; /* Please keep in sync with kern/ipc_kobject.h */