Correct mis-spelling in pathconf constant _POSIX_ACL_CAP_PRESENT to

be the more correct _POSIX_CAP_PRESENT.
This commit is contained in:
rwatson 2002-10-20 21:45:07 +00:00
parent 1b97e2dc44
commit 647e8f74a1

View File

@ -146,7 +146,7 @@
/* XXX: These symbols are in the WRONG namespace (should be _PC_*). */
#define _POSIX_ACL_EXTENDED 59
#define _POSIX_ACL_PATH_MAX 60
#define _POSIX_ACL_CAP_PRESENT 61
#define _POSIX_CAP_PRESENT 61
#define _POSIX_INF_PRESENT 62
#define _POSIX_MAC_PRESENT 63
#endif