diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2002-05-24 14:40:14 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2002-05-24 14:40:14 +0000 |
commit | f1b53fa94ce9cd5be49f620e6416b211b0b9421a (patch) | |
tree | acabb8462acee52d204202e7f202d04cfe935999 /winsup/utils/ChangeLog | |
parent | a6247be9986e27081594c4ef6300c14354a31616 (diff) | |
download | cygnal-f1b53fa94ce9cd5be49f620e6416b211b0b9421a.tar.gz cygnal-f1b53fa94ce9cd5be49f620e6416b211b0b9421a.tar.bz2 cygnal-f1b53fa94ce9cd5be49f620e6416b211b0b9421a.zip |
* setfacl.c (usage): Standardize usage output. Change return type to
static void.
(print_version): New function.
(longopts): Added longopts for all options.
(main): Accommodate changes in usage function and new version option.
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 fe252afe8..455e62fe9 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,5 +1,13 @@ 2002-05-23 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> + * setfacl.c (usage): Standardize usage output. Change return type to + static void. + (print_version): New function. + (longopts): Added longopts for all options. + (main): Accommodate changes in usage function and new version option. + +2002-05-23 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> + * getfacl.c (usage): Standardize usage output. Change return type to static void. (print_version): New function. |