diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2002-05-17 08:32:29 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2002-05-17 08:32:29 +0000 |
commit | 35a89cbe955bfdf96903497ffee364b4f522f4b0 (patch) | |
tree | 1216025a2ec7c9a735c98842bd0afee2b6d896eb /winsup/cygwin/wincap.h | |
parent | 6935231fdeaaac4db13506f6f54ffb3b3d4f7e1e (diff) | |
download | cygnal-35a89cbe955bfdf96903497ffee364b4f522f4b0.tar.gz cygnal-35a89cbe955bfdf96903497ffee364b4f522f4b0.tar.bz2 cygnal-35a89cbe955bfdf96903497ffee364b4f522f4b0.zip |
* times.cc (utimes): Use FILE_WRITE_ATTRIBUTES even on 9x/Me when
opening file for writing timestamp.
* wincap.cc: Remove flag has_specific_access_rights.
* wincap.h: Ditto.
Diffstat (limited to 'winsup/cygwin/wincap.h')
-rw-r--r-- | winsup/cygwin/wincap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/wincap.h b/winsup/cygwin/wincap.h index c33c3cf4b..9c6086dec 100644 --- a/winsup/cygwin/wincap.h +++ b/winsup/cygwin/wincap.h @@ -23,7 +23,6 @@ struct wincaps unsigned has_security : 1; unsigned has_security_descriptor_control : 1; unsigned has_get_process_times : 1; - unsigned has_specific_access_rights : 1; unsigned has_lseek_bug : 1; unsigned has_lock_file_ex : 1; unsigned has_signal_object_and_wait : 1; @@ -76,7 +75,6 @@ public: bool IMPLEMENT (has_security) bool IMPLEMENT (has_security_descriptor_control) bool IMPLEMENT (has_get_process_times) - bool IMPLEMENT (has_specific_access_rights) bool IMPLEMENT (has_lseek_bug) bool IMPLEMENT (has_lock_file_ex) bool IMPLEMENT (has_signal_object_and_wait) |