summaryrefslogtreecommitdiff
path: root/mach/errsystems.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-12-17 22:37:08 +0000
committerRoland McGrath <roland@gnu.org>1993-12-17 22:37:08 +0000
commit8ecf2eb9dd2bc78732df4ab71b911867f8da019e (patch)
tree6429ee87a8de00a63f557db4a5bd3fedde9cab85 /mach/errsystems.c
parentc4e7a69485b8d406020e24c234284c92aeb3de8d (diff)
Formerly ../mach/errsystems.c.~2~
Diffstat (limited to 'mach/errsystems.c')
-rw-r--r--mach/errsystems.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mach/errsystems.c b/mach/errsystems.c
index 326a75906a..21864b5341 100644
--- a/mach/errsystems.c
+++ b/mach/errsystems.c
@@ -20,8 +20,8 @@ const struct error_system __mach_error_systems[err_max_system + 1] =
/* 3 [err_get_system (err_ipc)] = */ { errlib_count (err_ipc_sub),"(system ipc) error with unknown subsystem", err_ipc_sub },
/* 4 [err_get_system (err_mach_ipc)] = */ { errlib_count (err_mach_ipc_sub),"(system mach_ipc) error with unknown subsystem", err_mach_ipc_sub },
/* 5 [err_get_system (err_bootstrap)] = */ { errlib_count (err_bootstrap_sub),"(system bootstrap) error with unknown subsystem", err_bootstrap_sub },
- {},{},{},{},{},{},{},{},{},{},
- /* 0x10 [err_get_system (err_hurd)] = */ { errlib_count (err_hurd_sub),"(system hurd) error with unknown subsystem", err_hurd_sub },
+ /* [6..15] */ {},{},{},{},{},{},{},{},{},{},
+ /* 16==0x10 [err_get_system (err_hurd)] = */ { errlib_count (err_hurd_sub),"(system hurd) error with unknown subsystem", err_hurd_sub },
};
const int __mach_error_system_count = errlib_count (__mach_error_systems);