projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49f5958
)
Typo in comment.
author
Bruno Haible
<bruno@clisp.org>
Sun, 27 Sep 2009 12:07:26 +0000
(14:07 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 27 Sep 2009 12:07:26 +0000
(14:07 +0200)
tests/test-sameacls.c
patch
|
blob
|
history
diff --git
a/tests/test-sameacls.c
b/tests/test-sameacls.c
index 736be57bf02656949e7e7a738685b37bbfdf1a6a..9453f69edf39cd7ad15f4994fc9ea34a9dcf94d1 100644
(file)
--- a/
tests/test-sameacls.c
+++ b/
tests/test-sameacls.c
@@
-463,7
+463,7
@@
main (int argc, char *argv[])
abort ();
}
- /* The docs say that type
1
being 0 is equivalent to ACL_ANY, but it is not
+ /* The docs say that type
2
being 0 is equivalent to ACL_ANY, but it is not
true, in AIX 5.3. */
type2.u64 = ACL_ANY;
if (aclx_get (file2, 0, &type2, acl2, &aclsize2, &mode2) < 0)