CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2003/10/10 13:09:07
Modified files:
bin/ksh : c_test.c
Log message:
The special case code for "test -x" over NFS was incorrect. The
right thing to do is to try access(2) first (since that occurs on the
NFS server side) and only check for the absence of an execute bit
when access(2) succeeds. Closes PR 3465
Received on Fri Oct 10 15:11:17 2003
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 13:48:13 EDT
|