* mach/mach_error.c (mach_error): Fix old-style function definition.
(_hurd_exception2signal): Replace 'exception', 'code', 'subcode',
'sigcode', 'error' parameters with 'detail' parameter. Fix code
accordingly.
+ * mach/mach_error.c (mach_error): Fix old-style function definition.
2016-09-20 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
extern char * mach_error_string_int(mach_error_t, boolean_t *);
void
-mach_error( str, err )
- char *str;
- mach_error_t err;
+mach_error(char *str, mach_error_t err)
{
char * err_str;
char buf[1024];