OSDN Git Service

* fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "on
authorcgf <cgf>
Sun, 26 Dec 2004 02:10:28 +0000 (02:10 +0000)
committercgf <cgf>
Sun, 26 Dec 2004 02:10:28 +0000 (02:10 +0000)
commiteb84f17a9764b4ace0849a7bc2aa8f1a68d916e0
treee3b5240da6a639c2d34735576db23aec9bc5b852
parent3ec67df0bd351afcf836b4c375211797a0517cc1
* 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.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.cc
winsup/cygwin/fhandler_disk_file.cc
winsup/cygwin/path.cc
winsup/cygwin/pinfo.cc