OSDN Git Service

* winsup.h (access_worker): Declare with added fhandler_base parameter.
authorcgf <cgf>
Mon, 15 Dec 2003 04:16:41 +0000 (04:16 +0000)
committercgf <cgf>
Mon, 15 Dec 2003 04:16:41 +0000 (04:16 +0000)
commit4a1757b42e148d2dfb9866b6154c1e7f7ebc885e
treed7c9490ac1f714edfa88f5c8107cb6a82362a151
parent587aac1ebfae4f2d112992144dd68066c2db158e
* winsup.h (access_worker): Declare with added fhandler_base parameter.
* syscalls.cc (access_worker): Accommodate extra fhandler_base argument.  Use
it instead of stat_worker to determine stat information, when appropriate.
* fhandler.cc (fhandler_base::device_access_denied): Pass fhandler pointer to
access_worker so that it can use the proper method for determining stat
information.
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.cc
winsup/cygwin/fhandler_disk_file.cc
winsup/cygwin/path.cc
winsup/cygwin/syscalls.cc
winsup/cygwin/winsup.h