mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Revert the change from errx/strerror to errc to appease gcc 4.2
This commit is contained in:
parent
9cb2b25464
commit
0833e924c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue