-#define errorlib_system_null { 0, NULL, NULL, NULL, 0 }
+#define errorlib_system_null { NULL, 0, NULL, NULL, 0 }
-#define errorlib_sub_null { NULL, 0, NULL, NULL, 0 }
+#define errorlib_sub_null { 0, NULL, NULL, NULL, 0 }
extern const struct error_system _mach_errors[err_max_system + 1];
char *mach_error_string_int(mach_error_t, boolean_t *);
extern const struct error_system _mach_errors[err_max_system + 1];
char *mach_error_string_int(mach_error_t, boolean_t *);