projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
465b7e9
)
Fix small mistake from 2008-06-01.
author
Bruno Haible
<bruno@clisp.org>
Wed, 4 Jun 2008 22:56:52 +0000
(
00:56
+0200)
committer
Bruno Haible
<bruno@clisp.org>
Wed, 4 Jun 2008 22:56:52 +0000
(
00:56
+0200)
ChangeLog
patch
|
blob
|
history
lib/copy-acl.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 9260f7588ba44bb6616d9668d06c7ececa5660c9..6c165cd1182c6b64905da50d263293bd6f63ac10 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2008-06-04 Bruno Haible <bruno@clisp.org>
+
+ * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
+ 2008-06-01 commit.
+
2008-06-04 Bruno Haible <bruno@clisp.org>
* lib/acl-internal.h (acl_access_nontrivial): New declaration.
diff --git
a/lib/copy-acl.c
b/lib/copy-acl.c
index 743f6ec7c9775a3b401c531e7ff49de7adda20a7..3bb5187d0cbff3bbba495296ffc4640ae91a23f2 100644
(file)
--- a/
lib/copy-acl.c
+++ b/
lib/copy-acl.c
@@
-53,7
+53,7
@@
qcopy_acl (const char *src_name, int source_desc, const char *dst_name,
if (acl == NULL)
{
if (ACL_NOT_WELL_SUPPORTED (errno))
- return set_acl (dst_name, dest_desc, mode);
+ return
q
set_acl (dst_name, dest_desc, mode);
else
return -2;
}