Re: ksh: replace test_stat() with stat()

2017-12-26 Thread Jeremie Courreges-Anglas
On Tue, Dec 26 2017, "Todd C. Miller" wrote: > We removed the hack for /dev/fd support on systems without it a > long time ago. Update the comments and replace test_stat() calls > with stat() since test_stat() now just calls stat() directly. Also > rename the "mode"

ksh: replace test_stat() with stat()

2017-12-26 Thread Todd C. Miller
We removed the hack for /dev/fd support on systems without it a long time ago. Update the comments and replace test_stat() calls with stat() since test_stat() now just calls stat() directly. Also rename the "mode" parameter to "amode" in test_eaccess() to match access(2) and make it clear that