* mach/errstring.c (mach_error_type, mach_error_string): Fix old-style
function definition.
'sigcode', 'error' parameters with 'detail' parameter. Fix code
accordingly.
* mach/mach_error.c (mach_error): Fix old-style function definition.
+ * mach/errstring.c (mach_error_type, mach_error_string): Likewise.
2016-09-20 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
extern void __mach_error_map_compat (mach_error_t *);
const char *
-mach_error_type( err )
- mach_error_t err;
+mach_error_type(mach_error_t err)
{
int sub, system;
}
const char *
-mach_error_string( err )
- mach_error_t err;
+mach_error_string(mach_error_t err)
{
boolean_t diag;