From 647e8f74a1d125889d350f1332518d78ac801746 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 20 Oct 2002 21:45:07 +0000 Subject: Correct mis-spelling in pathconf constant _POSIX_ACL_CAP_PRESENT to be the more correct _POSIX_CAP_PRESENT. --- sys/sys/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1