Christopher Faylor
|
9f42525632
|
* mount.cc (longopts): Add help to options list.
(opts): Add 'h' to options string.
* umount.cc (longopts): Add help to options list.
(opts): Add 'h' to options string and change 'R' to 'A'.
|
2001-04-16 02:51:03 +00:00 |
Christopher Faylor
|
be61cf4d0c
|
* mount.cc (main): Use getopt_long for parsing arguments.
(usage): Reformat, show long and short options.
* umount.cc (main): Ditto, all of the above.
|
2001-04-03 02:41:54 +00:00 |
Christopher Faylor
|
eedc36cb12
|
Cleanup formatting on some files. Remove excessive whitespace.
|
2000-10-28 05:00:00 +00:00 |
Christopher Faylor
|
959e1bac13
|
* utils/mount.cc (main): Add --show-cygdrive-prefixes option.
(show_cygdrive_prefixes): New function.
* utils/umount.cc (main): Add --remove-cygdrive-prefix option.
(error): Change signature from 'char *' to 'const char *'.
(remove_cygdrive_prefix): New function.
|
2000-07-28 22:34:24 +00:00 |
Corinna Vinschen
|
9500a3db90
|
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-08 12:54:12 +00:00 |
DJ Delorie
|
b6e259b12f
|
* mount.cc: add stdlib.h for exit
* umount.cc: ditto
* strace.cc: add #define for alloca
|
2000-06-05 18:43:54 +00:00 |
Christopher Faylor
|
1fd5e000ac
|
import winsup-2000-02-17 snapshot
|
2000-02-17 19:38:33 +00:00 |