aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/pinfo.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-12-26 02:10:30 +0000
committerChristopher Faylor <me@cgf.cx>2004-12-26 02:10:30 +0000
commit8711eddd80efc5f05f19da613ce3ad7ebc66aa35 (patch)
tree89fa306d8a4bd626b9e23af318788c18c07efcd7 /winsup/cygwin/pinfo.cc
parent9a3412eea8a2aa2daafa031f2e94f7049c1de202 (diff)
downloadnewlib-8711eddd80efc5f05f19da613ce3ad7ebc66aa35.zip
newlib-8711eddd80efc5f05f19da613ce3ad7ebc66aa35.tar.gz
newlib-8711eddd80efc5f05f19da613ce3ad7ebc66aa35.tar.bz2
* fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "on
disk" device or fifo. (fhandler_base::fchown): Ditto for changing ownership. * fhandler_disk_file.cc (fhandler_base::fstat_helper): Accommodate device files on ntfs partitions. * path.cc (path_conv::check): Use isfs function to figure out if a path exists on a filesystem to make sure that device files are caught.
Diffstat (limited to 'winsup/cygwin/pinfo.cc')
-rw-r--r--winsup/cygwin/pinfo.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc
index 69a4380..1bf6b5e 100644
--- a/winsup/cygwin/pinfo.cc
+++ b/winsup/cygwin/pinfo.cc
@@ -71,7 +71,6 @@ set_myself (HANDLE h)
ForceCloseHandle (cygheap->pid_handle);
cygheap->pid_handle = NULL;
}
- return;
}
/* Initialize the process table entry for the current task.