summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-20 21:45:07 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-20 21:45:07 +0000
commit647e8f74a1d125889d350f1332518d78ac801746 (patch)
treed8a3fda4228fe5fa711d31f9a892b4ae00458d44
parent1b97e2dc441e3e2d9bc1df9086655dd77899b3fd (diff)
downloadFreeBSD-src-647e8f74a1d125889d350f1332518d78ac801746.zip
FreeBSD-src-647e8f74a1d125889d350f1332518d78ac801746.tar.gz
Correct mis-spelling in pathconf constant _POSIX_ACL_CAP_PRESENT to
be the more correct _POSIX_CAP_PRESENT.
-rw-r--r--sys/sys/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h
index 0758b35..bf2037c 100644
--- a/sys/sys/unistd.h
+++ b/sys/sys/unistd.h
@@ -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
OpenPOWER on IntegriCloud