diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-09-11 07:55:51 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-09-11 07:55:51 +0000 |
commit | a5ba4027f407e7f65172da83f3b4e0da09593913 (patch) | |
tree | 0214bb8ee8b6e5ba5ae20f6f68dff75d0163a4d5 /winsup/utils/ChangeLog | |
parent | bd79b736d4f7d223f34850db9a0805455fc2b3db (diff) | |
download | cygnal-a5ba4027f407e7f65172da83f3b4e0da09593913.tar.gz cygnal-a5ba4027f407e7f65172da83f3b4e0da09593913.tar.bz2 cygnal-a5ba4027f407e7f65172da83f3b4e0da09593913.zip |
* getfacl (main): Remove extern declaration of optind.
* setfacl (main): Remove extern declaration of optarg and optind.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 58d941a54..7520d4c2d 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,8 @@ +2003-09-11 Corinna Vinschen <corinna@vinschen.de> + + * getfacl (main): Remove extern declaration of optind. + * setfacl (main): Remove extern declaration of optarg and optind. + 2003-09-10 Christopher Faylor <cgf@redhat.com> * Makefile.in (cygcheck.o): Use MINGW_CXX for compilation. |