diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-04 03:20:22 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-04 03:20:22 +0000 |
commit | baf77a53b079f6ce9f77f6ccde3e57229720050e (patch) | |
tree | 4032840ee7d56a9d839aae7d5fc48b1b1cdf29d8 /winsup/utils/ChangeLog | |
parent | 08604f02bcbcd954c601cd46f68d45321f3ee164 (diff) | |
download | cygnal-baf77a53b079f6ce9f77f6ccde3e57229720050e.tar.gz cygnal-baf77a53b079f6ce9f77f6ccde3e57229720050e.tar.bz2 cygnal-baf77a53b079f6ce9f77f6ccde3e57229720050e.zip |
* mount.cc (struct opt): Remove posix option.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 728c64758..f4a3282d4 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,5 +1,9 @@ 2003-07-03 Christopher Faylor <cgf@redhat.com> + * mount.cc (struct opt): Remove posix option. + +2003-07-03 Christopher Faylor <cgf@redhat.com> + * mount.cc (longopts): Add long "options" keyword. (opts): Add -o option. (usage): Display -o option. |