diff options
author | Christopher Faylor <me@cgf.cx> | 2003-01-21 05:07:28 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-01-21 05:07:28 +0000 |
commit | d8cde3a3eeacd44ecc93ad092318ab243a423fb5 (patch) | |
tree | 6b2bb7cb27fc49a88469cb514af43b8821eb9bce /winsup/cygwin/pwdgrp.h | |
parent | 14d304da97f132b411b5c581e38b2bbd177cc3ca (diff) | |
download | newlib-d8cde3a3eeacd44ecc93ad092318ab243a423fb5.zip newlib-d8cde3a3eeacd44ecc93ad092318ab243a423fb5.tar.gz newlib-d8cde3a3eeacd44ecc93ad092318ab243a423fb5.tar.bz2 |
* path.h (etc::change_possible): Revert the type to bool.
(etc::set_last_modified): Remove obsolete function.
* path.cc (etc::change_possible): Revert type to bool.
(etc::test_file_change): Do not test for negative values of change_possible and
do not set it to -res.
(etc::dir_changed): When the handle is NULL, call memset instead of
test_file_changed. When the handle is invalid, return true.
(etc::file_changed): Remove unneeded check for !fn[n].
Diffstat (limited to 'winsup/cygwin/pwdgrp.h')
-rw-r--r-- | winsup/cygwin/pwdgrp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/pwdgrp.h b/winsup/cygwin/pwdgrp.h index 07a618c..566c401 100644 --- a/winsup/cygwin/pwdgrp.h +++ b/winsup/cygwin/pwdgrp.h @@ -59,7 +59,6 @@ public: state = initializing; return state == initializing; } - void operator = (pwdgrp_state nstate) { state = nstate; } bool isuninitialized () const { return state == uninitialized; } bool load (const char *); |