freebsd-dev/tools/regression/environ
Sean Farley 143d18cafc Remove a dereference. It was unintended and a no-op.
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)
2008-03-01 00:02:12 +00:00
..
envctl.c Remove a dereference. It was unintended and a no-op. 2008-03-01 00:02:12 +00:00
envtest.t
Makefile
Makefile.envctl
Makefile.retention
Makefile.timings
retention.c
timings.c