OSDN Git Service

* fhandler.h (fhandler_base::pc): Make public.
authorcorinna <corinna>
Tue, 14 Aug 2007 14:48:52 +0000 (14:48 +0000)
committercorinna <corinna>
Tue, 14 Aug 2007 14:48:52 +0000 (14:48 +0000)
commit2eabf7f6a8f97b4ab37c26a6d2bc6423d2d3ce29
tree5e4a895445953dee88c43ec34ad579fdd5a86ef0
parent179da29809bbbaa875720a2a46474794a51f55fe
* fhandler.h (fhandler_base::pc): Make public.
* fhandler_disk_file.cc (fhandler_disk_file::link): Drop extern
declaration of stat_suffixes.  Use NT native path in debug output.
(fhandler_base::utimes_fs): Simplify closeit case.  Use close_fs
to close newly opened file handle.
(fhandler_base::open_fs): Use NT native path in debug output.
* path.cc: Throughout drop extern declaration of stat_suffixes.
* path.h (stat_suffixes): Declare.
* sec_acl.cc (acl_worker): Drop extern declaration of stat_suffixes.
* times.cc (utimes_worker): Take path_conv as parameter instead of
single-byte pathnam, drop nofollow argument, accommodate throughout.
Compare UNICODE paths when enumerating file descriptors.  Fix
formatting.  Use NT native path in debug output.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_disk_file.cc
winsup/cygwin/path.cc
winsup/cygwin/path.h
winsup/cygwin/sec_acl.cc
winsup/cygwin/times.cc