Revert the change from errx/strerror to errc to appease gcc 4.2
This commit is contained in:
parent
c1deb7da6a
commit
e18cfaba7f
@ -664,7 +664,7 @@ do_mkpv(FILE *in)
|
||||
if (ret && output)
|
||||
unlink(output); /* dump failure */
|
||||
if (ret)
|
||||
errc(EXIT_FAILURE, ret, "");
|
||||
errx(EXIT_FAILURE, "%s\n", strerror(ret));
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user