K 10 svn:author V 3 scf K 8 svn:date V 27 2008-03-01T00:02:12.000000Z K 7 svn:log V 433 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) END