diff options
Diffstat (limited to 'mach/mach_error.c')
-rw-r--r-- | mach/mach_error.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mach/mach_error.c b/mach/mach_error.c index 8bbb2ec74e..0d3082d021 100644 --- a/mach/mach_error.c +++ b/mach/mach_error.c @@ -63,9 +63,7 @@ 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]; |