summaryrefslogtreecommitdiffstats
path: root/winsup/utils/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2002-12-15 10:09:35 +0000
committerCorinna Vinschen <corinna@vinschen.de>2002-12-15 10:09:35 +0000
commit2b3ddfcd268e19b5c1bc342d140c83cbde93a680 (patch)
tree98c4661734e60ae9cfef1b76cfd1d7e74bb644c0 /winsup/utils/ChangeLog
parentbd2001aec07451e28c3ea5370af7b3caa867461a (diff)
downloadcygnal-2b3ddfcd268e19b5c1bc342d140c83cbde93a680.tar.gz
cygnal-2b3ddfcd268e19b5c1bc342d140c83cbde93a680.tar.bz2
cygnal-2b3ddfcd268e19b5c1bc342d140c83cbde93a680.zip
* setfacl.c (main): Place a single : after other and mask.
* getfacl.c (getaclentry): Allow both : and :: for other and mask. (main): Remove extraneous break.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 06e521611..9eea3ff15 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,9 @@
+2002-12-14 Pierre Humblet <pierre.humblet@ieee.org>
+
+ * setfacl.c (main): Place a single : after other and mask.
+ * getfacl.c (getaclentry): Allow both : and :: for other and mask.
+ (main): Remove extraneous break.
+
2002-11-25 Corinna Vinschen <corinna@vinschen.de>
* mkpasswd.c (main): Set pw_passwd field to '*' on 9x/Me.