* error codes for Mach and Unix kernels
*/
-static const char * err_codes_kern[] = {
+static const char * const err_codes_kern[] = {
"(os/kern) successful", /* 0 */
"(os/kern) invalid address",
"(os/kern) protection failure",
"(os/kern) let orphan continue", /* 45 */
"(os/kern) service not supported",
"(os/kern) remote node down",
+ "(os/kern) thread not waiting",
+ "(os/kern) operation timed out",
+ "(os/kern) code signing error", /* 50 */
+ "(os/kern) policy is static",
+ "(os/kern) insufficient input buffer size",
};
-static const char * err_codes_unix[] = {
+static const char * const err_codes_unix[] = {
NO_SUCH_ERROR,
"(os/unix) no rights to object",
"(os/unix) file or directory does not exist",