summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
diff options
context:
space:
mode:
authorPierre Humblet <phumblet@phumblet.no-ip.org>2004-10-02 02:20:21 +0000
committerPierre Humblet <phumblet@phumblet.no-ip.org>2004-10-02 02:20:21 +0000
commite49bc789b2cb87b35471353f5b8c322e52ee84a2 (patch)
treea169250340ec8c56a58e916558c77bda948e7098 /winsup/cygwin/path.cc
parent1e804b7425b79e2ec2e24e35599849ac159c0514 (diff)
downloadcygnal-e49bc789b2cb87b35471353f5b8c322e52ee84a2.tar.gz
cygnal-e49bc789b2cb87b35471353f5b8c322e52ee84a2.tar.bz2
cygnal-e49bc789b2cb87b35471353f5b8c322e52ee84a2.zip
2004-10-02 Pierre Humblet <pierre.humblet@ieee.org>
* path.h (enum path_types): Delete PATH_ISDISK. (path_conv::isdisk): Delete method. (path_conv::set_isdisk): Ditto. * path.cc (path_conv::check): Do not call set_isdisk. * uinfo.cc(pwdgrp::load): Do not call pc.isdisk.
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r--winsup/cygwin/path.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index 94619366e..3bd8d9834 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -839,7 +839,6 @@ out:
{
if (fs.update (path))
{
- set_isdisk ();
debug_printf ("this->path(%s), has_acls(%d)", path, fs.has_acls ());
if (fs.has_acls () && allow_ntsec && wincap.has_security ())
set_exec (0); /* We really don't know if this is executable or not here