diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2000-06-08 12:54:12 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2000-06-08 12:54:12 +0000 |
commit | 9500a3db906ebfde288593b16132beecea93ee50 (patch) | |
tree | ea9e106c02b962b8755515f74ce12f5fe4c6081a /winsup/utils/ChangeLog | |
parent | fe73870ce5c25aec19ad16e64718ed1051f12f0d (diff) | |
download | cygnal-9500a3db906ebfde288593b16132beecea93ee50.tar.gz cygnal-9500a3db906ebfde288593b16132beecea93ee50.tar.bz2 cygnal-9500a3db906ebfde288593b16132beecea93ee50.zip |
mount.cc (error): New function to report an error and exit.
umount.cc (error): Ditto.
(remove_all_automounts): Check return status of cygwin_umount.
(remove_all_user_mounts): Ditto.
(remove_all_system_mounts): Ditto.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 104ebecea..2576fbe2e 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,11 @@ +2000-06-07 Kazuhiro Fujieda <fujieda@jaist.ac.jp> + + mount.cc (error): New function to report an error and exit. + umount.cc (error): Ditto. + (remove_all_automounts): Check return status of cygwin_umount. + (remove_all_user_mounts): Ditto. + (remove_all_system_mounts): Ditto. + 2000-06-05 DJ Delorie <dj@cygnus.com> * mount.cc: add stdlib.h for exit |