mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
143d18cafc
Use the correct value of errno. Although the errno value passed into printf() follows the *env() call, it is not guaranteed to be the errno from that call. When I wrote the regression tester, the environment I used did pass the errno from the call. Consolidate the print for the return code and errno into a function in the process of fixing this. Approved by: wes (mentor) |
||
---|---|---|
.. | ||
envctl.c | ||
envtest.t | ||
Makefile | ||
Makefile.envctl | ||
Makefile.retention | ||
Makefile.timings | ||
retention.c | ||
timings.c |