diff options
Diffstat (limited to 'ipc/ipc_object.c')
-rw-r--r-- | ipc/ipc_object.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_object.c b/ipc/ipc_object.c index 1074fb2c..d6c332e6 100644 --- a/ipc/ipc_object.c +++ b/ipc/ipc_object.c @@ -944,6 +944,7 @@ char *ikot_print_array[IKOT_MAX_TYPE] = { "(CLOCK) ", "(CLOCK_CTRL) ", "(PAGER_PROXY) ", /* 27 */ + "(USER_DEVICE) ", /* 28 */ /* << new entries here */ "(UNKNOWN) " /* magic catchall */ }; /* Please keep in sync with kern/ipc_kobject.h */ |