Revert the change from errx/strerror to errc to appease gcc 4.2

This commit is contained in:
bapt 2016-07-09 06:52:55 +00:00
parent c1deb7da6a
commit e18cfaba7f

View File

@ -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