diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2014-09-03 09:32:53 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2014-09-03 09:32:53 +0000 |
commit | 451e1f48798b3e018cf370c00373bbad25db5ee4 (patch) | |
tree | 3a2a3559218f796ad279b0879a462ba55a8cf098 /winsup/utils/ChangeLog | |
parent | 89d195a7d1f42c42c21dab188c0e93163d9848a0 (diff) | |
download | newlib-451e1f48798b3e018cf370c00373bbad25db5ee4.zip newlib-451e1f48798b3e018cf370c00373bbad25db5ee4.tar.gz newlib-451e1f48798b3e018cf370c00373bbad25db5ee4.tar.bz2 |
* setfacl.c (getaclentry): Fix previous fix again. Allow lone 'm' as
well as any lone default entry if action is Delete. Fix comments.
(usage): Align usage text.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 97323d0..fbea1f1 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,5 +1,11 @@ 2014-09-03 Corinna Vinschen <corinna@vinschen.de> + * setfacl.c (getaclentry): Fix previous fix again. Allow lone 'm' as + well as any lone default entry if action is Delete. Fix comments. + (usage): Align usage text. + +2014-09-03 Corinna Vinschen <corinna@vinschen.de> + * setfacl.c (getaclentry): Fix return value in case of a lone 'm' if action is Delete. Drop requirement for a trailing colon if action is Delete. |