The hack for /dev/fd support on systems without it was removed a
authormillert <millert@openbsd.org>
Tue, 26 Dec 2017 19:10:31 +0000 (19:10 +0000)
committermillert <millert@openbsd.org>
Tue, 26 Dec 2017 19:10:31 +0000 (19:10 +0000)
commit855754a1910d1c0da9400c184f1e3f4f6bb1242a
tree22d34fefc8e142708b629cf871d1864c874837b9
parentb4ff2a44f647fb702411da45c68bab9cb7af1b0e
The hack for /dev/fd support on systems without it was removed 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 this is the access mode and not
the file mode.  OK jca@
bin/ksh/c_test.c